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

Commit 8f93631

Browse files
authored
Added new line before return statement
1 parent 2cbd802 commit 8f93631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Datatable/Column/MultiselectColumn.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ public function addAction(array $action)
211211
{
212212
$newAction = new MultiselectAction($this->datatableName);
213213
$this->actions[] = $newAction->set($action);
214+
214215
return $this;
215216
}
216217

0 commit comments

Comments
 (0)