Skip to content

Commit

Permalink
Merge pull request #349 from skoontastic/patch-1
Browse files Browse the repository at this point in the history
Remove link to filesystem doc that doesn't exist
  • Loading branch information
masterix21 authored Mar 30, 2022
2 parents edb4b9c + 04155c2 commit 00e765b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/using-multiple-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ All models in your project should either use the `UsesLandlordConnection` or `Us

### Next steps

When using multiple tenants, you probably want to [isolate the cache](/docs/laravel-multitenancy/v2/using-tasks-to-prepare-the-environment/prefixing-cache/) or [use separate filesystems per tenant](/docs/laravel-multitenancy/v2/using-tasks-to-prepare-the-environment/filesystem/), ... These things are performed by task classes that will be executed when making a tenant the current one.
When using multiple tenants, you probably want to [isolate the cache](/docs/laravel-multitenancy/v2/using-tasks-to-prepare-the-environment/prefixing-cache/). This is performed by task classes that will be executed when making a tenant the current one.

0 comments on commit 00e765b

Please sign in to comment.