mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
fixed typo for :
This commit is contained in:
parent
4fa1afed84
commit
cdf6fc07a8
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ In other words, it creates & migrates the tenant's database after he's created
|
||||||
|
|
||||||
## Central routes {#central-routes}
|
## Central routes {#central-routes}
|
||||||
|
|
||||||
We'll make a small change to the `app/Providers/RouteServiceProvider.php` file. Specifically, we'll make sure that central routes are registered on central domains only.
|
We'll make a small change to the `app/Providers/RouteServiceProvider.php` file. Specifically, we'll make sure that central routes are registered on central domains only.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
protected function mapWebRoutes()
|
protected function mapWebRoutes()
|
||||||
|
|
@ -136,7 +136,7 @@ Now we need to actually specify the central domains. A central domain is a domai
|
||||||
],
|
],
|
||||||
```
|
```
|
||||||
|
|
||||||
>If you're using Laravel Sail, no changes required:
|
>If you're using Laravel Sail, no changes required.
|
||||||
|
|
||||||
## Tenant routes {#tenant-routes}
|
## Tenant routes {#tenant-routes}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue