This commit is contained in:
Samuel Štancl 2019-10-10 20:20:17 +02:00
parent 54680c094d
commit 711d938724

View file

@ -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;