Skip to content

Commit 7ef7928

Browse files
authored
Merge pull request #114 from clemir/bug-fix
Remove undefined variable
2 parents 4a6347f + 679caca commit 7ef7928

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)