1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:24:04 +00:00

Fix tests

This commit is contained in:
Samuel Štancl 2019-09-21 12:04:25 +02:00
parent 3cd97bdcab
commit cd53ff120d
4 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@ return [
// 'localhost',
],
'database' => [
'based_on' => 'mysql', // The connection that will be used as a base for the dynamically created tenant connection.
'based_on' => null, // The connection that will be used as a base for the dynamically created tenant connection. // todo2 test this
'prefix' => 'tenant',
'suffix' => '',
],