File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ protected function setUp(): void
30
30
return 'Soap \\WorkflowStorage \\Database \\Factories \\' .class_basename ($ modelName ).'Factory ' ;
31
31
32
32
});
33
- //$this->artisan('vendor:publish --tag="workflow-storage-migrations"');
34
33
$ this ->loadMigrationsFrom (__DIR__ .'/../database/migrations ' ); // load the package migrations
35
34
}
36
35
@@ -43,20 +42,6 @@ protected function getPackageProviders($app)
43
42
44
43
public function getEnvironmentSetUp ($ app )
45
44
{
46
- dd ($ app ->environment ());
47
- /*
48
- $workflowTableMigration = require __DIR__.'/../database/migrations/create_workflows_table.php';
49
- $workflowTableMigration->up();
50
-
51
- $stateTableMigration = require __DIR__.'/../database/migrations/create_workflow_states_table.php';
52
- $stateTableMigration->up();
53
-
54
- $transitionTableMigration = require __DIR__.'/../database/migrations/create_workflow_transitions_table.php';
55
- $transitionTableMigration->up();
56
-
57
- $stateTransitionTableMigration = require __DIR__.'/../database/migrations/create_workflow_state_transitions_table.php';
58
- $stateTransitionTableMigration->up();
59
- */
60
45
}
61
46
62
47
/**
You can’t perform that action at this time.
0 commit comments