mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:54:03 +00:00
Clean up TenantCannotBeCreatedException
This commit is contained in:
parent
2657df5a88
commit
15a7db9e71
5 changed files with 12 additions and 18 deletions
|
|
@ -30,7 +30,7 @@ class DatabaseStorageDriver implements StorageDriver
|
|||
->withDomains(Domains::where('tenant_id', $id)->all()->only('domain')->toArray());
|
||||
}
|
||||
|
||||
public function canCreateTenant(Tenant $tenant)
|
||||
public function ensureTEnantCanBeCreated(Tenant $tenant)
|
||||
{
|
||||
// todo
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue