diff --git a/docs/source/v2/tenant-routes.blade.md b/docs/source/v2/tenant-routes.blade.md index 3458842..6c0b8fd 100644 --- a/docs/source/v2/tenant-routes.blade.md +++ b/docs/source/v2/tenant-routes.blade.md @@ -21,7 +21,7 @@ Routes outside the `routes/tenant.php` file will not have the tenancy middleware If you want certain routes (perhaps API routes) to be multi-tenant, wrap them in a Route group with this middleware: -## API routes / custom route groups +## API routes / custom route groups {#custom-groups} ```php use Stancl\Tenancy\Middleware\InitializeTenancy;