diff --git a/docs/source/v2/tenant-routes.blade.md b/docs/source/v2/tenant-routes.blade.md index 6e875b7..3458842 100644 --- a/docs/source/v2/tenant-routes.blade.md +++ b/docs/source/v2/tenant-routes.blade.md @@ -21,6 +21,8 @@ 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 + ```php use Stancl\Tenancy\Middleware\InitializeTenancy;