/var/www/flurhymez/vendor/google/apiclient-services/src/CloudFunctions
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudFunctions/SourceRepository.php (1371B)
deployedUrl = $deployedUrl;
}
/**
* @return string
*/
public function getDeployedUrl()
{
return $this->deployedUrl;
}
/**
* @param string
*/
public function setUrl($url)
{
$this->url = $url;
}
/**
* @return string
*/
public function getUrl()
{
return $this->url;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SourceRepository::class, 'Google_Service_CloudFunctions_SourceRepository');