Skip to content

Commit

Permalink
Update Action.php (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
maukoese committed Jun 11, 2022
1 parent 0f20134 commit 0f09486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ abstract public function run(): string;
public function setRecord(Record $record)
{
$this->record = $record;

return $this;
}
}

0 comments on commit 0f09486

Please sign in to comment.