Moved event objects to a sub-namespace inside Core\EventDispatcher

This commit is contained in:
Alejandro Celaya
2021-01-17 11:42:35 +01:00
parent 6b6d751d54
commit 2e8f5202d0
12 changed files with 44 additions and 44 deletions

View File

@@ -7,6 +7,7 @@ namespace Shlinkio\Shlink\Core\EventDispatcher;
use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Shlinkio\Shlink\Core\Entity\Visit;
use Shlinkio\Shlink\Core\EventDispatcher\Event\VisitLocated;
use Shlinkio\Shlink\Core\Mercure\MercureUpdatesGeneratorInterface;
use Symfony\Component\Mercure\PublisherInterface;
use Throwable;