/var/www/flurhymez/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Firestore/FieldReference.php (1114B)
fieldPath = $fieldPath;
}
/**
* @return string
*/
public function getFieldPath()
{
return $this->fieldPath;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FieldReference::class, 'Google_Service_Firestore_FieldReference');