Skip to content

Commit b5fde23

Browse files
committed
wip
1 parent b39c466 commit b5fde23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'collation' => 'utf8mb4_unicode_ci',
6666
'prefix' => '',
6767
'prefix_indexes' => true,
68-
'strict' => true,
68+
'strict' => env('DB_STRICT', true),
6969
'engine' => null,
7070
'options' => extension_loaded('pdo_mysql') ? array_filter([
7171
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),

0 commit comments

Comments
 (0)