mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:14:03 +00:00
user getTenantKey method
This commit is contained in:
parent
eef58bd93d
commit
d6b4d9b7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class PrefixCacheTenancyBootstrapper implements TenancyBootstrapper
|
|||
$this->originalPrefix = $this->app['config']['cache.prefix'];
|
||||
$this->storeName = $this->app['config']['cache.default'];
|
||||
|
||||
$this->setCachePrefix($this->app['config']['tenancy.cache.prefix_base'] . $tenant->id);
|
||||
$this->setCachePrefix($this->app['config']['tenancy.cache.prefix_base'] . $tenant->getTenantKey());
|
||||
}
|
||||
|
||||
public function revert(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue