[Console] Use correct EventDispatcherInterface.

This commit is contained in:
Alexander M. Turek 2019-09-09 12:12:27 +02:00
parent 6b6562cf13
commit 5ccb472623
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\ErrorHandler\ErrorHandler;
use Symfony\Component\ErrorHandler\Exception\FatalThrowableError;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\Service\ResetInterface;
/**