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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-18 16:02:28 +00:00 committed by StyleCI Bot
parent 9bb56c1b30
commit dd1b31e1df

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']);