removed irrelevant pieces

This commit is contained in:
Chinmay Purav 2022-10-25 23:50:10 +05:30
parent 6b5931b089
commit d4a6010385
2 changed files with 0 additions and 4 deletions

View file

@ -4,8 +4,6 @@ extends: _layouts.documentation
section: content section: content
--- ---
# Laravel Sail {#sail}
## Creating tenants ## Creating tenants
By default sail has the `ALL` privilege on the default database (here it is the central database). By default sail has the `ALL` privilege on the default database (here it is the central database).

View file

@ -136,8 +136,6 @@ Now we need to actually specify the central domains. A central domain is a domai
], ],
``` ```
>If you're using Laravel Sail, no changes required.
## Tenant routes {#tenant-routes} ## Tenant routes {#tenant-routes}
Your tenant routes will look like this by default: Your tenant routes will look like this by default: