<?php namespace Lc\CaracoleBundle\Repository\Reduction; class ReductionCatalogStore { protected ReductionCatalogRepositoryQuery $query; public function __construct(ReductionCatalogRepositoryQuery $query) { $this->query = $query; } }