/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceUsage
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceUsage/SourceContext.php (1110B)
fileName = $fileName;
}
/**
* @return string
*/
public function getFileName()
{
return $this->fileName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SourceContext::class, 'Google_Service_ServiceUsage_SourceContext');