1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:54: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

@ -11,7 +11,7 @@ Routes within `routes/tenant.php` will have the `web` middleware group and the `
Just like `routes/web.php`, these routes use the `App\Http\Controllers` namespace.
> If a tenant cannot be identified, anexception will be thrown. If you want to change this behavior (to a redirect, for example) read the [Middleware Configuration](middleware-configuration) page.
> If a tenant cannot be identified, anexception will be thrown. If you want to change this behavior (to a redirect, for example) read the [Middleware Configuration](/docs/middleware-configuration) page.
## Exempt routes {#exempt-routes}