mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +00:00
Add info in comment
This commit is contained in:
parent
39e62c7dcf
commit
e894c782ab
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ use Stancl\Tenancy\Contracts\Tenant;
|
|||
|
||||
class PrefixCacheTenancyBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
public static array $originalPrefixes = []; // E.g. 'redis' => 'redis_prefix_'
|
||||
public static array $originalPrefixes = []; // E.g. 'redis' => 'redis_prefix_' (if not specified, use config('cache.prefix') as the default)
|
||||
public static array $tenantCacheStores = []; // E.g. 'redis'
|
||||
public static array $prefixGenerators = [
|
||||
// driverName => Closure(Tenant $tenant)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue