Skip to content

Commit

Permalink
Fixes return contract.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed May 18, 2015
1 parent 1c4ecb3 commit 0245c18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Form/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ public function fieldset($name, Closure $callback = null)

$this->keyMap[$name] = $fieldset;

return $this->fieldsets->push($fieldset);
$this->fieldsets->push($fieldset);

return $fieldset;
}

/**
Expand Down

0 comments on commit 0245c18

Please sign in to comment.