1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 05:14:03 +00:00
This commit is contained in:
Samuel Štancl 2019-08-16 00:35:22 +02:00
parent 71e1c170bb
commit 68e0922444
4 changed files with 8 additions and 5 deletions

View file

@ -25,7 +25,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
Redis::connection('cache')->flushdb();
config(['database.default' => 'central']);
$this->loadLaravelMigrations();
$this->loadLaravelMigrations(['--database' => 'central']);
$this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations'));
if ($this->autoCreateTenant) {