We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd5c33 commit ec9e462Copy full SHA for ec9e462
tests/TestCase.php
@@ -31,7 +31,7 @@ protected function setUp(): void
31
32
});
33
//$this->artisan('vendor:publish --tag="workflow-storage-migrations"');
34
- //$this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
+ $this->loadMigrationsFrom(__DIR__.'/../database/migrations'); // load the package migrations
35
}
36
37
protected function getPackageProviders($app)
0 commit comments