Skip to content

Commit cdab852

Browse files
committed
fix missing end() for the form groups
1 parent cdb1227 commit cdab852

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Admin/Model/MenuItemAdmin.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ protected function configureFormFields(FormMapper $formMapper)
141141

142142
$formMapper
143143
->add('locale', 'hidden', array('data' => $locale))
144-
->add('name');
144+
->add('name')
145+
->end();
145146

146147

147148
if ($this->isRoot) {

0 commit comments

Comments
 (0)