@@ -41,7 +41,7 @@ |
||
| 41 | 41 | protected Form $form; |
| 42 | 42 | protected array $elements = []; |
| 43 | 43 | |
| 44 | - public function __construct(Form $form = null){ |
|
| 44 | + public function __construct(Form $form = null) { |
|
| 45 | 45 | $this->form = $this->setForm($form ?? new Form()); |
| 46 | 46 | } |
| 47 | 47 | /** |