mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:54:02 +00:00
Update TenantDatabaseManagerTest.php
This commit is contained in:
parent
2872b36da4
commit
931e33c6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ test('template tenant connection config can be both connection name or connectio
|
|||
expect($manager->database()->getConfig('host'))->toBe('mysql');
|
||||
|
||||
config([
|
||||
'tenancy.database.template_tenant_connection' => [
|
||||
'tenancy.database.template_tenant_connection' => [
|
||||
'driver' => 'mysql',
|
||||
'url' => null,
|
||||
'host' => 'mysql2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue