You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If default cache store is file, it doesn't work.
I see in file: vendor/spatie/laravel-multitenancy/src/Tasks/PrefixCacheTask.php maybe you should config()->set('cache.stores.file.path', $cacheFilePath); too
The text was updated successfully, but these errors were encountered:
In your document:
If default cache store is file, it doesn't work.
I see in file:
vendor/spatie/laravel-multitenancy/src/Tasks/PrefixCacheTask.php
maybe you shouldconfig()->set('cache.stores.file.path', $cacheFilePath);
tooThe text was updated successfully, but these errors were encountered: