mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 10:44:04 +00:00
Make scopeCache public again
Making it protected could be a minor bc, and it'd be inconsistent with scopeSessions (which is public).
This commit is contained in:
parent
958fc8e06d
commit
929ad14a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
|
|||
}
|
||||
}
|
||||
|
||||
protected function scopeCache(string|false $suffix): void
|
||||
public function scopeCache(string|false $suffix): void
|
||||
{
|
||||
if (! $this->app['config']['tenancy.filesystem.scope_cache']) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue