@@ -20,7 +20,7 @@ |
||
20 | 20 | RequestStack $requestStack |
21 | 21 | |
22 | 22 | ) { |
23 | - $this->request = $requestStack->getCurrentRequest(); |
|
23 | + $this->request = $requestStack->getCurrentRequest(); |
|
24 | 24 | } |
25 | 25 | |
26 | 26 | public function addProductToQueue(OrderProduct $orderProduct) |