diff --git a/src/DoctrineBundle.php b/src/DoctrineBundle.php index 02d6856cd..42dd2a4da 100644 --- a/src/DoctrineBundle.php +++ b/src/DoctrineBundle.php @@ -20,7 +20,6 @@ use Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass\RegisterUidTypePass; use Symfony\Bridge\Doctrine\DependencyInjection\Security\UserProvider\EntityFactory; use Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension; -use Symfony\Component\Console\Application; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\Compiler\PassConfig; use Symfony\Component\DependencyInjection\ContainerBuilder; @@ -111,10 +110,6 @@ public function shutdown(): void } } - public function registerCommands(Application $application): void - { - } - public function getPath(): string { return dirname(__DIR__);