database config

This commit is contained in:
CHIEFSOFT\ameye
2026-01-04 14:00:34 -05:00
parent 0c1ea03e02
commit 304024a3ba
+4
View File
@@ -244,5 +244,9 @@ class Database extends Config
if (ENVIRONMENT === 'testing') {
$this->defaultGroup = 'tests';
}
if(ENVIRONMENT == 'production'){
$this->defaultGroup ='production';
}
}
}