1
0
Fork 0
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:
lukinovec 2023-01-05 12:47:03 +01:00
parent 1c21c66913
commit 4b0df42f8a
2 changed files with 28 additions and 0 deletions

View file

@ -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,