From 711d938724bcea771b4ef85f2c90e135a5c809ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 10 Oct 2019 20:20:17 +0200 Subject: [PATCH] wip --- docs/source/v2/tenant-routes.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;