Skip to content

Commit 950ac03

Browse files
authored
Merge pull request #112 from manelgavalda/radios/bug-fix
Remove undefined variables classes in compact
2 parents 431b949 + 9aa38a3 commit 950ac03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FormBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function radios($name, $options = array(), $selected = null, $attributes
141141

142142
return $this->theme->render(
143143
$template,
144-
compact('name', 'radios', 'attributes', 'classes', 'hasErrors'),
144+
compact('name', 'radios', 'attributes', 'hasErrors'),
145145
$defaultTemplate
146146
);
147147
}

0 commit comments

Comments
 (0)