1
0
Fork 0
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:
lukinovec 2026-08-03 12:17:23 +02:00
parent 958fc8e06d
commit 929ad14a6d

View file

@ -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;