factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): ReductionCartFactory { return $this->factory; } public function getRepositoryQuery(): ReductionCartRepositoryQuery { return $this->repositoryQuery; } public function getStore(): ReductionCartStore { return $this->store; } }