Browse Source

oubli use

garthh 3 weeks ago
parent
commit
80c686caa9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Controller/PrepareController.php

+ 2 - 0
src/Controller/PrepareController.php

@@ -11,6 +11,8 @@ use App\Repository\EventRepository;
 use App\Entity\Event;
 use App\Entity\Gamemaster;
 
+use App\Security\Voter\EventAccessVoter;
+
 final class PrepareController extends AbstractController
 {
     #[Route('/prepare', name: 'app_prepare')]