Change namespace event voters for consistency

This commit is contained in:
2024-07-17 13:08:48 +02:00
parent 15094d5a91
commit f76379551c
11 changed files with 26 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ declare(strict_types=1);
namespace Chill\EventBundle\Menu;
use Chill\EventBundle\Security\Authorization\EventVoter;
use Chill\EventBundle\Security\EventVoter;
use Chill\MainBundle\Routing\LocalMenuBuilderInterface;
use Knp\Menu\MenuItem;
use Symfony\Component\Security\Core\Security;