mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:54:03 +00:00
TenantManager storage
This commit is contained in:
parent
de54b5708c
commit
4872197fb6
3 changed files with 45 additions and 4 deletions
|
|
@ -45,7 +45,6 @@ final class DatabaseManager
|
|||
|
||||
/**
|
||||
* Create a database.
|
||||
* @todo Should this handle prefixes?
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $driver
|
||||
|
|
@ -71,7 +70,6 @@ final class DatabaseManager
|
|||
|
||||
/**
|
||||
* Delete a database.
|
||||
* @todo Should this handle prefixes?
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue