From d38e527d91900eb9b5f3c83d8b789300deba2ae5 Mon Sep 17 00:00:00 2001 From: Mohammed Rhamnia Date: Mon, 10 Aug 2015 19:52:56 +0100 Subject: [PATCH] Add Body tag to see the web debug toolbar --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index 1d1259d5e90..7016c00a5ed 100644 --- a/book/security.rst +++ b/book/security.rst @@ -193,7 +193,7 @@ example, if you use annotations, create something like this:: */ public function adminAction() { - return new Response('Admin page!'); + return new Response('Admin page!'); } }