mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Make sure GeoLite2 db file is always read from the filesystem befor etrying to operate on it
This commit is contained in:
@@ -187,7 +187,7 @@ class GeolocationDbUpdaterTest extends TestCase
|
||||
|
||||
return new GeolocationDbUpdater(
|
||||
$this->dbUpdater,
|
||||
$this->geoLiteDbReader,
|
||||
fn () => $this->geoLiteDbReader,
|
||||
$locker,
|
||||
$options ?? new TrackingOptions(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user