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
This PR was squashed before being merged into the master branch (closes#797).
Discussion
----------
Use @IsGranted instead of @Security.
As asked in issue #792, I replaced some `@Security("is_granted()")` annotations by `@IsGranted`.
Commits
-------
166ffcf Use @IsGranted instead of @Security.
Recently a new
@IsGranted
annotation was introduced. It's just a shortcut for the well-known@Security
annotation. See: https://github.com/sensiolabs/SensioFrameworkExtraBundle/blob/master/Configuration/IsGranted.phpThe text was updated successfully, but these errors were encountered: