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