Skip to content

Commit

Permalink
remove strict db enforcement on driver
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Oct 30, 2024
1 parent 73264c0 commit 1c518d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'strict' => false,
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
Expand Down

0 comments on commit 1c518d1

Please sign in to comment.