mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:44:02 +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;
|
||||
}
|
||||
|
||||
protected function setCachePrefix(string $prefix): void
|
||||
protected function setCachePrefix(null|string $prefix): void
|
||||
{
|
||||
$this->app['config']['cache.prefix'] = $prefix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue