This commit is contained in:
Paula Quispe
2019-12-06 10:54:45 -04:00
parent 57a00d7a9c
commit 0b617eeffd

View File

@@ -38,7 +38,7 @@ return [
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'strict' => true,
'strict' => env('DB_STRICT', false),
'engine' => null,
]
],