Skip to content

Commit 05741d9

Browse files
committed
wip: fix error
1 parent fa6a3c0 commit 05741d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/WorkflowEngineServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function configurePackage(Package $package): void
2121
*/
2222
$package
2323
->name('workflow-engine')
24-
->hasConfigFile('workflow-engine')
24+
->hasConfigFile()
2525
->hasViews()
2626
->hasMigration('create_workflow_instances_table')
2727
->hasCommand(LaravelWorkflowEngineCommand::class);

0 commit comments

Comments
 (0)