Skip to content

Commit 3f19216

Browse files
soapgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2332c8c commit 3f19216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelWorkflowProcessServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function registeringPackage()
3131
});
3232

3333
$this->app->singleton(WorkflowProcess::class, function ($app) {
34-
return new WorkflowProcess();
34+
return new WorkflowProcess;
3535
});
3636

3737
$this->app->alias(WorkflowProcess::class, 'workflow-process');

0 commit comments

Comments
 (0)