factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public static function getEntityFqcn() { return OrderRefund::class; } public function getFactory(): OrderRefundFactory { return $this->factory; } public function getRepositoryQuery(): OrderRefundRepositoryQuery { return $this->repositoryQuery; } public function getStore(): OrderRefundStore { return $this->store; } }