Browse Source

Reenable debug toolbar

Jordi Boggiano 13 years ago
parent
commit
09e13e3eb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/config_dev.yml

+ 1 - 1
app/config/config_dev.yml

@@ -6,7 +6,7 @@ framework:
     profiler: { only_exceptions: false }
 
 web_profiler:
-    toolbar: false
+    toolbar: true
     intercept_redirects: false
 
 monolog: