8000 Be consistent on service name · symfony/symfony-docs@a61c715 · GitHub
[go: up one dir, main page]

Skip to content

Commit a61c715

Browse files
chr-hertelxabbuh
authored andcommitted
Be consistent on service name
1 parent acf2d1f commit a61c715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ To enable the security voter in the application, define a new service:
307307
# app/config/services.yml
308308
services:
309309
# ...
310-
post_voter:
310+
app.post_voter:
311311
class: AppBundle\Security\PostVoter
312312
public: false
313313
tags:

0 commit comments

Comments
 (0)
0