@@ -76,6 +76,9 @@ |
||
| 76 | 76 | return $this->getPool()->add($product); |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | + /** |
|
| 80 | + * @param string $route |
|
| 81 | + */ |
|
| 79 | 82 | protected function getMap($route, Product $product) |
| 80 | 83 | { |
| 81 | 84 | return $this->factoryMap($route, ['itemId' => $product->getId()]); |