diff --git a/source/docs/v3/integrations/sail.blade.md b/source/docs/v3/integrations/sail.blade.md index 6787e43..c1339dd 100644 --- a/source/docs/v3/integrations/sail.blade.md +++ b/source/docs/v3/integrations/sail.blade.md @@ -4,8 +4,6 @@ extends: _layouts.documentation section: content --- -# Laravel Sail {#sail} - ## Creating tenants By default sail has the `ALL` privilege on the default database (here it is the central database). diff --git a/source/docs/v3/quickstart.blade.md b/source/docs/v3/quickstart.blade.md index a39335a..a361909 100644 --- a/source/docs/v3/quickstart.blade.md +++ b/source/docs/v3/quickstart.blade.md @@ -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} Your tenant routes will look like this by default: