@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | } |
59 | 59 | |
60 | - return new JsonResponse($this->hydratorService->item(Order::class,$order->getId(), 'order_details:read'), Response::HTTP_OK); |
|
60 | + return new JsonResponse($this->hydratorService->item(Order::class, $order->getId(), 'order_details:read'), Response::HTTP_OK); |
|
61 | 61 | } catch (Exception $e) { |
62 | 62 | return new JsonResponse($this->hydratorService->error($e)); |
63 | 63 | } |