1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:34:04 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 15:46:47 +02:00
parent 19409d7723
commit e950515654
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
// $this->loadLaravelMigrations();
$this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations/'));
// $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations/'));
// Artisan::call('migrate:fresh', [
// '--path' => __DIR__ . '/../src/assets/migrations/'