mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Better solution for tenant DB exception
This commit is contained in:
parent
41aead5da2
commit
405a137ca1
5 changed files with 10 additions and 8 deletions
|
|
@ -109,6 +109,4 @@ class CachedTenantResolverTest extends TestCase
|
|||
$this->assertTrue($tenant->is(app(DomainTenantResolver::class)->resolve('bar')));
|
||||
$this->assertNotEmpty(DB::getQueryLog()); // not empty
|
||||
}
|
||||
|
||||
// todo2 at some point in the future, we could write invalidation tests for the other resolvers too
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue