1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:04:03 +00:00

Merge branch 'master' into make-database-creation-queueable

This commit is contained in:
Samuel Štancl 2019-02-07 15:27:31 +01:00
commit c71e639767
8 changed files with 108 additions and 7 deletions

View file

@ -54,6 +54,11 @@ class DatabaseManager
}
}
public function delete()
{
// todo: delete database. similar to create()
}
public function getDriver(): ?string
{
return config("database.connections.tenant.driver");