瀏覽代碼

Reenable debug toolbar

Jordi Boggiano 13 年之前
父節點
當前提交
09e13e3eb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: