@@ -12,7 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | use HasForm; |
14 | 14 | |
15 | - public function handle(): Associated|array |
|
15 | + public function handle(): Associated | array |
|
16 | 16 | { |
17 | 17 | $fields = $this->form->getFormFields(); |
18 | 18 | $count = is_object($fields) ? $fields->count() : count($fields); |