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

Merge branch 'master' of github.com:stancl/tenancy

This commit is contained in:
Samuel Štancl 2019-09-18 18:02:38 +02:00
commit 3b72a97527

View file

@ -208,7 +208,7 @@ class TenantManagerTest extends TestCase
$tenant = Tenant::create(['test2.localhost']);
$this->expectException(\Stancl\Tenancy\Exceptions\TenantStorageException::class);
$tenant->id = 'bar';
$tenant->id = 'bar';
$tenant2 = Tenant::create(['test3.localhost']);