mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix typo on manual mode docs page (#179)
This commit is contained in:
parent
bb5618d98c
commit
fb532025eb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ section: content
|
||||||
|
|
||||||
> See: [Automatic mode]({{ $page->link('automatic-mode') }})
|
> 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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue