mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 04:14:05 +00:00
Add and test nonTenantCacheDrivers
This commit is contained in:
parent
1c21c66913
commit
4b0df42f8a
2 changed files with 28 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ class PrefixCacheTenancyBootstrapper implements TenancyBootstrapper
|
|||
{
|
||||
protected string|null $originalPrefix = null;
|
||||
protected string $storeName;
|
||||
public static array $nonTenantCacheDrivers = [];
|
||||
|
||||
public function __construct(
|
||||
protected Repository $config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue