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

Post-end() state reset

This commit is contained in:
Samuel Štancl 2019-09-27 21:24:40 +02:00
parent aeafa24971
commit 753ff517c4
3 changed files with 6 additions and 0 deletions

View file

@ -75,5 +75,7 @@ class FilesystemTenancyBootstrapper implements TenancyBootstrapper
foreach ($this->app['config']['tenancy.filesystem.disks'] as $disk) {
Storage::disk($disk)->getAdapter()->setPathPrefix($this->originalPaths['disks'][$disk]);
}
$this->originalPaths = [];
}
}