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
…eguiluz)
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
The
Security
class now offers some helper methods for often used features: symfony/symfony#24337The text was updated successfully, but these errors were encountered: