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:
commit
c71e639767
8 changed files with 108 additions and 7 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue