/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter/Settings.php (1242B)
notifications = $notifications;
}
/**
* @return Notification[]
*/
public function getNotifications()
{
return $this->notifications;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Settings::class, 'Google_Service_AlertCenter_Settings');