Skip to content

Commit e786a96

Browse files
committed
Fixed: WorkflowServiceProvider not found when run vendor:publish
1 parent 931a622 commit e786a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowStorageServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function configurePackage(Package $package): void
2525
'wf4_create_workflow_state_transitions_table',
2626
])
2727
->hasCommand(WorkflowStorageListCommand::class)
28-
->publishesServiceProvider(WorkflowServiceProvider::class);
28+
->publishesServiceProvider('WorkflowServiceProvider');
2929
}
3030

3131
public function packageRegistered()

0 commit comments

Comments
 (0)