Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Added new line before return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbartok authored Feb 27, 2018
1 parent 2cbd802 commit 8f93631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Datatable/Column/MultiselectColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public function addAction(array $action)
{
$newAction = new MultiselectAction($this->datatableName);
$this->actions[] = $newAction->set($action);

return $this;
}

Expand Down

0 comments on commit 8f93631

Please sign in to comment.