From e894c782ab67624e28f6b087c6bf9aad2c525b87 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 12 Apr 2023 08:33:45 +0200 Subject: [PATCH] Add info in comment --- src/Bootstrappers/PrefixCacheTenancyBootstrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php b/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php index e9c4fe01..d6da0783 100644 --- a/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php +++ b/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php @@ -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)