removed h2, added h1

This commit is contained in:
Chinmay Purav 2022-10-26 07:58:54 +05:30
parent d4a6010385
commit 6cf66961a8

View file

@ -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 `*`;