mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 04:14:05 +00:00
TenantStorageException
This commit is contained in:
parent
5fb11dfc9f
commit
e25a01a997
3 changed files with 10 additions and 5 deletions
|
|
@ -6,9 +6,6 @@ namespace Stancl\Tenancy\Contracts;
|
|||
|
||||
use Stancl\Tenancy\Tenant;
|
||||
|
||||
// todo this class now manages types (json encoding)
|
||||
// make sure ids are not json encoded
|
||||
|
||||
interface StorageDriver
|
||||
{
|
||||
public function createTenant(Tenant $tenant): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue