From d697918f6493731483a9326d461d9f6c45d390bd Mon Sep 17 00:00:00 2001 From: curious-jim Date: Sun, 16 Feb 2020 11:28:46 +0800 Subject: [PATCH] Update tests/CommandsTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Samuel Ć tancl --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 8c0b4aa4..6bcf6fd9 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -18,7 +18,7 @@ class CommandsTest extends TestCase { parent::setUp(); - config('tenancy.migrations_paths', [database_path('../migrations')]); + config(['tenancy.migration_paths', [database_path('../migrations')]]); } /** @test */