factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): ProjectBoostFactory { return $this->factory; } public function getRepositoryQuery(): ProjectBoostRepositoryQuery { return $this->repositoryQuery; } public function getStore(): ProjectBoostStore { return $this->store; } }