From f21024261a005b4fc92f9f36af7740a6725f2545 Mon Sep 17 00:00:00 2001 From: Alexander Schwenn Date: Thu, 8 Jan 2015 00:24:10 +0100 Subject: [PATCH] [BestPractices] add filename to codeblock --- best_practices/security.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/best_practices/security.rst b/best_practices/security.rst index f3ff7b40fe3..77f23f562e6 100644 --- a/best_practices/security.rst +++ b/best_practices/security.rst @@ -43,6 +43,7 @@ which uses a login form to load users from the database: .. code-block:: yaml + # app/config/security.yml security: encoders: AppBundle\Entity\User: bcrypt