factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): RevoltFactory { return $this->factory; } public function getRepositoryQuery(): RevoltRepositoryQuery { return $this->repositoryQuery; } public function getStore(): RevoltStore { return $this->store; } }