@@ -262,7 +262,7 @@ |
||
262 | 262 | * Get fields for Nested form. |
263 | 263 | * @return Collection |
264 | 264 | */ |
265 | - public function getFields(){ |
|
265 | + public function getFields() { |
|
266 | 266 | return $this->buildNestedForm($this->column, $this->builder)->fields(); |
267 | 267 | } |
268 | 268 |
@@ -201,7 +201,7 @@ |
||
201 | 201 | * Get fields for Embedded form. |
202 | 202 | * @return Collection |
203 | 203 | */ |
204 | - public function getFields(){ |
|
204 | + public function getFields() { |
|
205 | 205 | return $this->buildEmbeddedForm()->fields(); |
206 | 206 | } |
207 | 207 |