1
0
Fork 0
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:
lukinovec 2023-04-12 08:33:45 +02:00
parent 39e62c7dcf
commit e894c782ab

View file

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