/var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService/V2BrowserKeyRestrictions.php (1264B)
allowedReferrers = $allowedReferrers;
}
/**
* @return string[]
*/
public function getAllowedReferrers()
{
return $this->allowedReferrers;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(V2BrowserKeyRestrictions::class, 'Google_Service_ApiKeysService_V2BrowserKeyRestrictions');