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

Update tests/CommandsTest.php

Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
curious-jim 2020-02-09 17:13:20 +08:00 committed by GitHub
parent 36cc49a344
commit 036df6c5d1
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();
config('tenancy.migrations_paths', [database_path('migrations/tenant')]);
config('tenancy.migrations_paths', [database_path('../migrations')]);
}
/** @test */