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

Merge branch 'master' into feature/storage-url

This commit is contained in:
Samuel Štancl 2022-06-01 16:26:27 +02:00 committed by GitHub
commit accbf5b3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 745 additions and 178 deletions

View file

@ -42,7 +42,8 @@ return [
'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,