diff --git a/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php b/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php index b1d35a00..995de0ba 100644 --- a/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php +++ b/src/Bootstrappers/PrefixCacheTenancyBootstrapper.php @@ -34,7 +34,7 @@ class PrefixCacheTenancyBootstrapper implements TenancyBootstrapper $this->originalPrefix = null; } - protected function setCachePrefix(string $prefix): void + protected function setCachePrefix(null|string $prefix): void { $this->app['config']['cache.prefix'] = $prefix;