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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-10 11:19:31 +00:00 committed by StyleCI Bot
parent c8ba47a662
commit 6d5a536c68

View file

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