From d54c73eec0a03a95f34f73899fec792e210f60c7 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 18 May 2026 07:54:07 -0400 Subject: [PATCH] Remove empty registerCommands override --- src/DoctrineBundle.php | 5 ----- 1 file changed, 5 deletions(-) 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__);