FIX_MINOR

This commit is contained in:
velz 2025-12-10 16:47:58 +05:30
parent eaac7815cf
commit 6e0889b67c

View File

@ -98,7 +98,7 @@ class Database extends Config
$this->defaultGroup = 'tests';
}
$this->enableSSL = env('DB_SSL_ENABLE');
$this->enableSSL = env('DB_SSL_ENABLE') ?? false;
if ($this->enableSSL === true || $this->enableSSL === 'true' || $this->enableSSL === 1 || $this->enableSSL === '1') {