Unified database configuration and updated admin dependencies

This commit is contained in:
xiaomlove
2022-06-10 17:58:30 +08:00
parent 0545d318c9
commit 60f57fb300
56 changed files with 970 additions and 652 deletions

View File

@@ -32,7 +32,7 @@ class NexusDB
}
const ELOQUENT_CONNECTION_NAME = 'default';
const ELOQUENT_CONNECTION_NAME = 'mysql';
public function setDriver(DBInterface $driver)
{