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.
2 parents 70afc2c + 68b9d3c commit 76493fbCopy full SHA for 76493fb
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