mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 04:04:03 +00:00
Revert "Merge branch 'fix-cache-invalidation' into boilerplate-dev"
This reverts commit32fa4cca20, reversing changes made to2dfbbef0f3.
This commit is contained in:
parent
32fa4cca20
commit
ba4c80c615
9 changed files with 7 additions and 147 deletions
|
|
@ -165,7 +165,6 @@ test('cache is invalidated when tenant is updated from within the tenant context
|
|||
['redis', [CacheTenancyBootstrapper::class]],
|
||||
['redis', [CacheTagsBootstrapper::class]],
|
||||
['database', [DatabaseTenancyBootstrapper::class, DatabaseCacheBootstrapper::class]],
|
||||
['database', [DatabaseTenancyBootstrapper::class, CacheTenancyBootstrapper::class]],
|
||||
]);
|
||||
|
||||
test('cache is invalidated when the tenant is deleted', function (string $resolver, bool $configureTenantModelColumn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue