Skip to content

Commit e290532

Browse files
committed
Remove undefined variable classes in compact
1 parent 3c80561 commit e290532

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)