1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:14:04 +00:00

Add a note about 'tenant' connection being reserved (fixes #774)

This commit is contained in:
Samuel Štancl 2022-01-06 16:57:01 +01:00 committed by Victor R
parent 121975bda7
commit 90a46cc892

View file

@ -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,