1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:54:05 +00:00

add assertion, update todos

This commit is contained in:
Samuel Štancl 2024-04-10 03:35:57 +02:00
parent 20c1b9a940
commit 630f404227
2 changed files with 3 additions and 1 deletions

View file

@ -40,7 +40,6 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
$this->forgetDisks();
$this->scopeCache($suffix);
$this->scopeSessions($suffix);
// todo@docs update fs docs
foreach ($this->app['config']['tenancy.filesystem.disks'] as $disk) {
$this->diskRoot($disk, $tenant);