Update docs/source/v2/tenant-routes.blade.md

Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
Chris Brown 2019-10-15 15:04:49 -04:00 committed by GitHub
parent ed15c1811d
commit 4f65217892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ In previous versions, the `InitializeTenancy` middleware was applied only on ten
## Central routes {#central-routes} ## 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} ## API routes / custom route groups {#custom-groups}