factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): PointSaleFactory { return $this->factory; } public function getRepositoryQuery(): PointSaleRepositoryQuery { return $this->repositoryQuery; } public function getStore(): PointSaleStore { return $this->store; } }