1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:44:04 +00:00

Update tests/CommandsTest.php

Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
curious-jim 2020-02-16 11:28:46 +08:00 committed by GitHub
parent cfde221d71
commit d697918f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ class CommandsTest extends TestCase
{ {
parent::setUp(); parent::setUp();
config('tenancy.migrations_paths', [database_path('../migrations')]); config(['tenancy.migration_paths', [database_path('../migrations')]]);
} }
/** @test */ /** @test */