1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:14:05 +00:00

Fix links

This commit is contained in:
Samuel Štancl 2019-08-17 12:22:33 +02:00
parent 14e9de4d11
commit 15ac61920d
7 changed files with 9 additions and 9 deletions

View file

@ -128,7 +128,7 @@ class CacheManager extends BaseCacheManager
## Filesystem tenancy {#filesystem-tenancy}
`bootstrap()` calls `suffiexFilesystemRootPaths()`. This method changes `storage_path()` and the roots of disks listed in `config('tenancy.filesystem.disks)`. You can read more about this on the [Filesystem Tenancy](filesystem-tenancy) page.
`bootstrap()` calls `suffiexFilesystemRootPaths()`. This method changes `storage_path()` and the roots of disks listed in `config('tenancy.filesystem.disks)`. You can read more about this on the [Filesystem Tenancy](/docs/filesystem-tenancy) page.
```php
public function suffixFilesystemRootPaths()