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
Error: The function "test" does not exist around position 1.
The text was updated successfully, but these errors were encountered:
javiereguiluz
changed the title
[Bug] Extra Language Expression not working in Security Annotation
Custom Expression Language function not working in @Security annotation
Jan 16, 2017
…cher)
This PR was merged into the 3.0 branch.
Discussion
----------
Register tagged security expression language providers
Custom security expression language providers are currently not registered which leads to issue symfony/symfony#21305.
Commits
-------
f8c19d7 Register tagged security expression language providers
AppBundle\ExpressionLanguage\ExpressionLanguageProvider;
services.yml
AppBundle\Controller\MyController;
Error: The function "test" does not exist around position 1.
The text was updated successfully, but these errors were encountered: