Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Feb 28, 2024
1 parent df05556 commit 1173a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ public function run(?string $connection = null): Workflow

protected function define(?string $workflowName = null): WorkflowDefinition
{
return new WorkflowDefinition($this, $workflowName ?? Str::headline(class_basename(static::class)));
return new WorkflowDefinition($this, $workflowName ?? Str::headline(class_basename(static::class)));
}
}

0 comments on commit 1173a4a

Please sign in to comment.