@@ -30,7 +30,9 @@ |
||
30 | 30 | { |
31 | 31 | $action = new static($fieldList); |
32 | 32 | $action->setForm($form); |
33 | - $action->setConsumer(GetConsumerForForm::for($form)->handle()); |
|
33 | + $action->setConsumer(GetConsumerForForm::for($form) { |
|
34 | + ->handle()); |
|
35 | + } |
|
34 | 36 | |
35 | 37 | return $action; |
36 | 38 | } |