소스 검색

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: