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.
AuthorizationChecker
1 parent 4abdd49 commit 68b9d3cCopy full SHA for 68b9d3c
Authorization/AuthorizationChecker.php
@@ -17,6 +17,10 @@
17
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
18
use Symfony\Component\Security\Core\User\UserInterface;
19
20
+// Help opcache.preload discover always-needed symbols
21
+class_exists(AbstractToken::class);
22
+class_exists(OfflineTokenInterface::class);
23
+
24
/**
25
* AuthorizationChecker is the main authorization point of the Security component.
26
*
0 commit comments