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

Clean up TenantCannotBeCreatedException

This commit is contained in:
Samuel Štancl 2019-09-15 09:40:53 +02:00
parent 2657df5a88
commit 15a7db9e71
5 changed files with 12 additions and 18 deletions

View file

@ -36,7 +36,7 @@ class RedisStorageDriver implements StorageDriver
return $this->app[Tenant::class];
}
public function canCreateTenant(Tenant $tenant)
public function ensureTenantCanBeCreated(Tenant $tenant)
{
// todo
}