Skip to content

Commit

Permalink
Remove undefined variable classes in compact
Browse files Browse the repository at this point in the history
  • Loading branch information
clemir committed Jan 25, 2019
1 parent 3c80561 commit e290532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function radios($name, $options = array(), $selected = null, $attributes

return $this->theme->render(
$template,
compact('name', 'radios', 'attributes', 'classes', 'hasErrors'),
compact('name', 'radios', 'attributes', 'hasErrors'),
$defaultTemplate
);
}
Expand Down

0 comments on commit e290532

Please sign in to comment.