@@ -68,7 +68,7 @@ |
||
68 | 68 | { |
69 | 69 | $this->form = $form; |
70 | 70 | $this->setDefault(); |
71 | - if($this instanceof FillableInterface){ |
|
71 | + if ($this instanceof FillableInterface) { |
|
72 | 72 | foreach ($this->getElements() as $element) { |
73 | 73 | $element->setDefault($this->getDefaultValue()); |
74 | 74 | } |