Skip to content

Commit c55067a

Browse files
committed
minor #7735 Be consistent on service name (chr-hertel)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7735). Discussion ---------- Be consistent on service name Commits ------- a61c715 Be consistent on service name
2 parents acf2d1f + a61c715 commit c55067a

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)