From d4a6010385992b710e3d7094f5f673c4dd7a0326 Mon Sep 17 00:00:00 2001 From: Chinmay Purav Date: Tue, 25 Oct 2022 23:50:10 +0530 Subject: [PATCH] removed irrelevant pieces --- source/docs/v3/integrations/sail.blade.md | 2 -- source/docs/v3/quickstart.blade.md | 2 -- 2 files changed, 4 deletions(-) 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: