From 6cf66961a8ba6a745a1eb696ecc0c95fe1aa7257 Mon Sep 17 00:00:00 2001 From: Chinmay Purav Date: Wed, 26 Oct 2022 07:58:54 +0530 Subject: [PATCH] removed h2, added h1 --- source/docs/v3/integrations/sail.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/sail.blade.md b/source/docs/v3/integrations/sail.blade.md index c1339dd..0f27c28 100644 --- a/source/docs/v3/integrations/sail.blade.md +++ b/source/docs/v3/integrations/sail.blade.md @@ -4,7 +4,7 @@ extends: _layouts.documentation section: content --- -## Creating tenants +# Laravel Sail {#sail} By default sail has the `ALL` privilege on the default database (here it is the central database). In order to create, read, update and delete operations related to the database, we will assign `ALL` privilege on all databases via the wildcard `*`;