1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 04:14:05 +00:00

TenantStorageException

This commit is contained in:
Samuel Štancl 2019-09-15 12:16:45 +02:00
parent 5fb11dfc9f
commit e25a01a997
3 changed files with 10 additions and 5 deletions

View file

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