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 800a805 commit e6da372Copy full SHA for e6da372
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