diff --git a/app/Config/Database.php b/app/Config/Database.php index fe72e89..dbe3a79 100644 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -56,7 +56,7 @@ class Database extends Config 'username' => 'mermsemr', 'password' => 'mermsemr', 'database' => 'mermsemr_dev', - 'DBDriver' => 'postgre', + 'DBDriver' => 'Postgre', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'production'), @@ -76,7 +76,7 @@ class Database extends Config 'username' => 'myfit', 'password' => 'myfit', 'database' => 'myfit_dev', - 'DBDriver' => 'postgre', + 'DBDriver' => 'Postgre', 'DBPrefix' => '', 'pConnect' => false, 'DBDebug' => (ENVIRONMENT !== 'production'),