/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Batch/LocationPolicy.php (1216B)
allowedLocations = $allowedLocations;
}
/**
* @return string[]
*/
public function getAllowedLocations()
{
return $this->allowedLocations;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(LocationPolicy::class, 'Google_Service_Batch_LocationPolicy');