1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:34:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-03-14 18:08:51 +00:00 committed by StyleCI Bot
parent 7d5e08544d
commit 9240836dbb

View file

@ -78,7 +78,7 @@ class CachedResolverTest extends TestCase
$tenant = Tenant::new()
->withDomains(['foo.localhost', 'bar.localhost'])
->save();
// queried
$this->assertSame($tenant->id, tenancy()->findByDomain('foo.localhost')->id);
$this->assertSame($tenant->id, tenancy()->findByDomain('bar.localhost')->id);