mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:54:03 +00:00
Fix tests
This commit is contained in:
parent
3cd97bdcab
commit
cd53ff120d
4 changed files with 6 additions and 6 deletions
|
|
@ -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' => '',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue