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