Skip to content

Commit

Permalink
Merge pull request #19 from michael-ow/patch-1
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
freekmurze authored May 22, 2020
2 parents 843736a + abb4c7b commit de4dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/using-a-single-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This will create the `tenants` table which holds configuration per tenant.

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

The package can also has an option to [make the queue tenant aware](/laravel-multitenancy/v1/installation/making-queues-tenant-aware/).
The package can also has an option to [make the queue tenant aware](/laravel-multitenancy/v1/basic-usage/making-queues-tenant-aware/).

0 comments on commit de4dd65

Please sign in to comment.