<?php namespace Lc\CaracoleBundle\Repository\Reduction; use Lc\SovBundle\Repository\AbstractStore; class ReductionCartStore extends AbstractStore { protected ReductionCartRepositoryQuery $query; public function __construct(ReductionCartRepositoryQuery $query) { $this->query = $query; } }