From e478d7b4d34b72f737bda047ea0c4b92a64b106a Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Fri, 31 Mar 2017 19:08:39 +0200 Subject: [PATCH] Be consistent on service name --- best_practices/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/security.rst b/best_practices/security.rst index 75cb8b30db2..63eabec3d90 100644 --- a/best_practices/security.rst +++ b/best_practices/security.rst @@ -335,7 +335,7 @@ To enable the security voter in the application, define a new service: # app/config/services.yml services: # ... - post_voter: + app.post_voter: class: AppBundle\Security\PostVoter arguments: ['@security.access.decision_manager'] public: false