You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9847 Use the new Security helper in some code examples (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes#9847).
Discussion
----------
Use the new Security helper in some code examples
This fixes#8437 replacing `use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;` by `use Symfony\Component\Security\Core\Security;` when possible.
Also, replace `use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;` by `use Symfony\Component\Security\Core\Security;` when possible.
Commits
-------
df21fd8 Use the new Security helper in some code examples
0 commit comments