mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:34:03 +00:00
Create MySQL/PostgreSQL DBs while using sqlite as the central DB driver
This commit is contained in:
parent
1e6b21cfd4
commit
eb6cba8f1a
11 changed files with 62 additions and 22 deletions
|
|
@ -12,8 +12,6 @@ use Stancl\Tenancy\Contracts\StorageDriver;
|
|||
use Stancl\Tenancy\Contracts\UniqueIdentifierGenerator;
|
||||
use Stancl\Tenancy\Exceptions\TenantStorageException;
|
||||
|
||||
// todo2 write tests for updating the tenant
|
||||
|
||||
/**
|
||||
* @internal Class is subject to breaking changes in minor and patch versions.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue