Import Database from scaffolding lib and remove instances from .env.ini #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/1/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes instancing issues with
Databasedue to not being able to locate its parent class from the scaffolding library. This is definitely kind of strange and should probably be investigated further. It might be because we're not autoloading these files from the library itself.We also remove loading of Database credentials from
.env.inias that does not make any sense for a bundled library. Database credentials are now provided to the constructor of theDatabaseclass.