1
0
Fork 0
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:
Samuel Štancl 2022-01-06 16:57:01 +01:00 committed by GitHub
parent e442bdb644
commit 96d9ad13d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,