mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update docs/source/v2/tenant-routes.blade.md
Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
ed15c1811d
commit
4f65217892
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ In previous versions, the `InitializeTenancy` middleware was applied only on ten
|
|||
|
||||
## Central routes {#central-routes}
|
||||
|
||||
Routes files other than `routes/tenant.php` will not have the `tenancy` middleware automatically applied on them, so will be Central routes. If you want routes to be tenant-routes, you can apply the `tenant` middleware manually, as described in custom route groups below.
|
||||
Routes in files other than `routes/tenant.php` will not have the `tenancy` middleware automatically applied on them, so they will be central routes. If you want these routes to be tenant routes, you can apply the `tenancy` middleware manually, as described in custom route groups below.
|
||||
|
||||
## API routes / custom route groups {#custom-groups}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue