Browse Source

"debug" is boolean in 3.x

ADmad 10 years ago
parent
commit
a88547b062
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/Configure.php

+ 1 - 1
src/Core/Configure.php

@@ -38,7 +38,7 @@ class Configure
      * @var array
      */
     protected static $_values = [
-        'debug' => 0
+        'debug' => false
     ];
 
     /**