mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:04:03 +00:00
Add a note about 'tenant' connection being reserved (fixes #774)
This commit is contained in:
parent
e442bdb644
commit
96d9ad13d8
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ return [
|
||||||
'central_connection' => env('DB_CONNECTION', 'central'),
|
'central_connection' => env('DB_CONNECTION', 'central'),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Connection used as a "template" for the tenant database connection.
|
* Connection used as a "template" for the dynamically created tenant database connection.
|
||||||
|
* Note: don't name your template connection tenant. That name is reserved by package.
|
||||||
*/
|
*/
|
||||||
'template_tenant_connection' => null,
|
'template_tenant_connection' => null,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue