Skip to content

Commit

Permalink
update workflowProcessing trait
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jun 15, 2021
1 parent 59e48c8 commit 0f4caee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/WorkflowProcessingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait WorkflowProcessingTrait
* @param Workflow $model A workflow to run
* @return Workflow That same workflow
*/
public function processWorkflow(Workflow $workflow): Workflow
public function processWorkflow(Workflow $workflow): ?Workflow
{
if ($this->input()->isInteractive()) {
$nickname = uniqid(__METHOD__);
Expand Down

0 comments on commit 0f4caee

Please sign in to comment.