mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
bug #42 Store voters in Security (GuilhemN)
This PR was merged into the master branch.
Discussion
----------
Store voters in Security
[As caught by @xabbuh](https://github.com/symfony/symfony-standard/pull/1064#discussion_r114080504), in the docs, voters are stored in `Security`, not in `Voter`.
Commits
-------
6185425 Store voters in Security
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
public: false
|
||||
|
||||
App\:
|
||||
resource: '../../src/{Command,Form,EventSubscriber,Twig,Voter}'
|
||||
resource: '../../src/{Command,Form,EventSubscriber,Twig,Security}'
|
||||
|
||||
App\Controller\:
|
||||
resource: '../../src/Controller'
|
||||
|
||||
Reference in New Issue
Block a user