@@ -39,7 +39,7 @@ |
||
39 | 39 | Helper::throwIfDenied(new Order(), 'create'); |
40 | 40 | |
41 | 41 | $input = $args['input']; |
42 | - $input['orderLines'] = array_map(fn ($line) => Utility::entityIdToModel($line), $input['orderLines']); |
|
42 | + $input['orderLines'] = array_map(fn($line) => Utility::entityIdToModel($line), $input['orderLines']); |
|
43 | 43 | |
44 | 44 | /** @var Invoicer $invoicer */ |
45 | 45 | $invoicer = $container->get(Invoicer::class); |