mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 14:14:03 +00:00
remove comment
This commit is contained in:
parent
a036e0eb11
commit
11811285f1
1 changed files with 0 additions and 3 deletions
|
|
@ -194,9 +194,6 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
|
|||
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
|
||||
? $this->app['config']['tenancy.cache.stores']
|
||||
: array_keys($this->originalCachePaths);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue