Explorar o código

Update database config, dont run mysql in strict mode

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
ad122aa876
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

@@ -50,7 +50,7 @@ return [
             'charset'     => 'utf8mb4',
             'collation'   => 'utf8mb4_unicode_ci',
             'prefix'      => '',
-            'strict'      => true,
+            'strict'      => false,
             'engine'      => null,
         ],