1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-21 07:44:04 +00:00

Revert "Merge branch 'fix-cache-invalidation' into boilerplate-dev"

This reverts commit 32fa4cca20, reversing
changes made to 2dfbbef0f3.
This commit is contained in:
lukinovec 2026-06-02 12:53:53 +02:00
parent 32fa4cca20
commit ba4c80c615
9 changed files with 7 additions and 147 deletions

View file

@ -165,7 +165,6 @@ test('global cache is always central', function (string $store, array $bootstrap
['redis', [CacheTagsBootstrapper::class]],
['redis', [CacheTenancyBootstrapper::class]],
['database', [DatabaseTenancyBootstrapper::class, DatabaseCacheBootstrapper::class]],
['database', [DatabaseTenancyBootstrapper::class, CacheTenancyBootstrapper::class]],
])->with([
'helper',
'facade',