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

tests: allow multiple paths for tenant migrations

This commit is contained in:
Andrey 2020-01-18 14:44:10 +08:00
parent 79431e31c1
commit 36cc49a344
2 changed files with 2 additions and 2 deletions

View file

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