mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 16:44:03 +00:00
fix phpstan error
This commit is contained in:
parent
e970c160d0
commit
c5f7de4b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class PrefixCacheTenancyBootstrapper implements TenancyBootstrapper
|
||||||
$this->originalPrefix = null;
|
$this->originalPrefix = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setCachePrefix(string $prefix): void
|
protected function setCachePrefix(null|string $prefix): void
|
||||||
{
|
{
|
||||||
$this->app['config']['cache.prefix'] = $prefix;
|
$this->app['config']['cache.prefix'] = $prefix;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue