1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

TenantManager storage

This commit is contained in:
Samuel Štancl 2019-09-08 17:18:31 +02:00
parent de54b5708c
commit 4872197fb6
3 changed files with 45 additions and 4 deletions

View file

@ -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