environment fix

This commit is contained in:
CHIEFSOFT\ameye
2026-01-04 14:11:22 -05:00
parent 304024a3ba
commit f1f0d1b3c1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ class Database extends Config
if (ENVIRONMENT === 'testing') {
$this->defaultGroup = 'tests';
}
if(ENVIRONMENT == 'production'){
$this->defaultGroup ='production';
}