@@ -57,11 +57,11 @@ |
||
| 57 | 57 | if (!$this->getSubject()->getParent()) { |
| 58 | 58 | $formMapper |
| 59 | 59 | ->add('children', 'sonata_type_collection', array( |
| 60 | - 'required' => false, |
|
| 61 | - ), array( |
|
| 62 | - 'edit' => 'inline', |
|
| 63 | - 'inline' => 'table', |
|
| 64 | - )) |
|
| 60 | + 'required' => false, |
|
| 61 | + ), array( |
|
| 62 | + 'edit' => 'inline', |
|
| 63 | + 'inline' => 'table', |
|
| 64 | + )) |
|
| 65 | 65 | ; |
| 66 | 66 | } |
| 67 | 67 | } |