We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e5177 commit 3443e22Copy full SHA for 3443e22
Controller/AbstractController.php
@@ -38,6 +38,7 @@
38
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
39
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
40
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
41
+use Symfony\Component\Security\Core\User\UserInterface;
42
use Symfony\Component\Security\Csrf\CsrfToken;
43
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
44
use Symfony\Component\Serializer\SerializerInterface;
0 commit comments