fixed typo for :

This commit is contained in:
Chinmay Purav 2022-10-22 00:13:49 +05:30
parent 4fa1afed84
commit cdf6fc07a8

View file

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