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

Add test for tenancy.database.based_on null

This commit is contained in:
Samuel Štancl 2019-09-21 14:06:42 +02:00
parent c475e7a43d
commit 74aead2a60
3 changed files with 17 additions and 2 deletions

View file

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