/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceNetworking/SourceContext.php (1120B)
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_ServiceNetworking_SourceContext');