From fb532025ebf525394e09a9bd60df460dea5c484c Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 18 Jul 2022 15:52:32 +0200 Subject: [PATCH] Fix typo on manual mode docs page (#179) --- source/docs/v3/manual-mode.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/manual-mode.blade.md b/source/docs/v3/manual-mode.blade.md index 85d9665..54ff418 100644 --- a/source/docs/v3/manual-mode.blade.md +++ b/source/docs/v3/manual-mode.blade.md @@ -9,7 +9,7 @@ section: content > See: [Automatic mode]({{ $page->link('automatic-mode') }}) -If you wish to use the package only to keep track of the current tenant and make the application tenant-aware manually — without the use [Tenancy bootstrappers]({{ $page->link('tenancy-bootstrappers') }}), you can absolutely do that. +If you wish to use the package only to keep track of the current tenant and make the application tenant-aware manually — without using the [Tenancy bootstrappers]({{ $page->link('tenancy-bootstrappers') }}), you can absolutely do that. You may use the `Stancl\Tenancy\Database\Concerns\CentralConnection` and `Stancl\Tenancy\Database\Concerns\TenantConnection` model traits to make models explicitly use the given connections.