mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:24:03 +00:00
Add a note about 'tenant' connection being reserved (fixes #774)
This commit is contained in:
parent
121975bda7
commit
90a46cc892
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