@@ -18,7 +18,7 @@ |
||
18 | 18 | RequestStack $requestStack |
19 | 19 | |
20 | 20 | ) { |
21 | - $this->request = $requestStack->getCurrentRequest(); |
|
21 | + $this->request = $requestStack->getCurrentRequest(); |
|
22 | 22 | } |
23 | 23 | |
24 | 24 |
@@ -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) |