/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/MobileApplication.php (1241B)
appStore = $appStore;
}
public function getAppStore()
{
return $this->appStore;
}
public function setExternalAppId($externalAppId)
{
$this->externalAppId = $externalAppId;
}
public function getExternalAppId()
{
return $this->externalAppId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MobileApplication::class, 'Google_Service_AdExchangeBuyer_MobileApplication');