1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

Use default DB connection for central

This commit is contained in:
Samuel Štancl 2020-06-05 21:03:55 +02:00
parent 41127048f1
commit 616c5983a4

View file

@ -39,7 +39,7 @@ return [
* Database tenancy config. Used by DatabaseTenancyBootstrapper.
*/
'database' => [
'central_connection' => 'central',
'central_connection' => env('DB_CONNECTION', 'central'),
/**
* Connection used as a "template" for the tenant database connection.