Move GeolocationDbUpdater from CLI to Core module

This commit is contained in:
Alejandro Celaya
2024-12-10 10:58:08 +01:00
parent 5d12b1d952
commit 06c0a94b31
13 changed files with 34 additions and 34 deletions

View File

@@ -6,9 +6,9 @@ namespace Shlinkio\Shlink\Core\EventDispatcher;
use Psr\EventDispatcher\EventDispatcherInterface;
use Psr\Log\LoggerInterface;
use Shlinkio\Shlink\CLI\GeoLite\GeolocationDbUpdaterInterface;
use Shlinkio\Shlink\CLI\GeoLite\GeolocationResult;
use Shlinkio\Shlink\Core\EventDispatcher\Event\GeoLiteDbCreated;
use Shlinkio\Shlink\Core\Geolocation\GeolocationDbUpdaterInterface;
use Shlinkio\Shlink\Core\Geolocation\GeolocationResult;
use Throwable;
use function sprintf;