Skip to content

Commit b623974

Browse files
committed
bug #42 Store voters in Security (GuilhemN)
This PR was merged into the master branch. Discussion ---------- Store voters in Security [As caught by @xabbuh](symfony/symfony-standard#1064 (comment)), in the docs, voters are stored in `Security`, not in `Voter`. Commits ------- 6185425 Store voters in Security
2 parents 5f2979d + 6185425 commit b623974

File tree

1 file changed

+1
-1
lines changed
  • symfony/framework-bundle/3.3/etc/packages

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/etc/packages/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
public: false
66

77
App\:
8-
resource: '../../src/{Command,Form,EventSubscriber,Twig,Voter}'
8+
resource: '../../src/{Command,Form,EventSubscriber,Twig,Security}'
99

1010
App\Controller\:
1111
resource: '../../src/Controller'

0 commit comments

Comments
 (0)