Skip to content

Commit d38e527

Browse files
committed
Add Body tag to see the web debug toolbar
1 parent a3f1b34 commit d38e527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ example, if you use annotations, create something like this::
193193
*/
194194
public function adminAction()
195195
{
196-
return new Response('Admin page!');
196+
return new Response('<html><body>Admin page!</body></html>');
197197
}
198198
}
199199

0 commit comments

Comments
 (0)