From 931e33c6ea1dc3b3ca6a29b1780310de6aeefc79 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 29 Dec 2022 15:10:38 +0500 Subject: [PATCH] Update TenantDatabaseManagerTest.php --- tests/TenantDatabaseManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index 3e6c1c87..6990973d 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -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',