/** * Alias for Notifier::sendNotice. */ public static function sendNotice($notice) { return self::$notifier->sendNotice($notice); }