Pārlūkot izejas kodu

Reenable debug toolbar

Jordi Boggiano 13 gadi atpakaļ
vecāks
revīzija
09e13e3eb7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: