From 6b5931b089d226db03330ecb3fdf19f950ac7e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Oct 2022 18:07:59 +0200 Subject: [PATCH] Update source/docs/v3/configuration.blade.md --- source/docs/v3/configuration.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/configuration.blade.md b/source/docs/v3/configuration.blade.md index ef47191..53bd67d 100644 --- a/source/docs/v3/configuration.blade.md +++ b/source/docs/v3/configuration.blade.md @@ -61,7 +61,7 @@ This config array lets you enable, disable or add your own [tenancy bootstrapper ### Database {#database} ->If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}). +> If you're using Laravel Sail, please refer the [Laravel Sail integration guide]({{ $page->link('integrations/sail') }}). This section is relevant to the multi-database tenancy, specifically, to the `DatabaseTenancyBootstrapper` and logic that manages tenant databases.