From b5fde230756cb18e7d41d4feb942723e3568104a Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 22 Jan 2024 08:36:05 +0000 Subject: [PATCH] wip --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 19784612..e9adf8ee 100644 --- a/config/database.php +++ b/config/database.php @@ -65,7 +65,7 @@ return [ 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, - 'strict' => true, + 'strict' => env('DB_STRICT', true), 'engine' => null, 'options' => extension_loaded('pdo_mysql') ? array_filter([ PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),