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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-16 16:54:34 +00:00 committed by StyleCI Bot
parent 6095696355
commit 6028e70b98

View file

@ -26,7 +26,7 @@ class TenantManagerTest extends TestCase
{ {
tenant()->create('foo.localhost'); tenant()->create('foo.localhost');
tenancy()->init('foo.localhost'); tenancy()->init('foo.localhost');
$this->assertSame(tenant('uuid'), tenant()('uuid')); $this->assertSame(tenant('uuid'), tenant()('uuid'));
} }