factory = $factory; $this->builder = $builder; $this->resolver = $resolver; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): MerchantFactory { return $this->factory; } public function getResolver(): MerchantResolver { return $this->resolver; } public function getRepositoryQuery(): MerchantRepositoryQuery { return $this->repositoryQuery; } public function getStore(): MerchantStore { return $this->store; } }