1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-09-20 14:14:03 +00:00

remove comment

This commit is contained in:
Samuel Stancl 2026-08-25 18:26:53 -07:00
parent a036e0eb11
commit 11811285f1
No known key found for this signature in database
GPG key ID: BA146259A1E16C57

View file

@ -194,9 +194,6 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
return; return;
} }
// On revert, restore exactly the stores captured during bootstrap -- not the current
// (possibly mutated) tenancy.cache.stores. Otherwise, removing a store from that
// config in tenant context would make revert() skip it (so the store would be stuck with a tenant-scoped path).
$stores = $suffix !== false $stores = $suffix !== false
? $this->app['config']['tenancy.cache.stores'] ? $this->app['config']['tenancy.cache.stores']
: array_keys($this->originalCachePaths); : array_keys($this->originalCachePaths);