示例#1
0
 /**
  * Removes the given notifier.
  *
  * @param string $name
  * @return $this 
  * @static 
  */
 public static function removeNotifier($name)
 {
     return \Cartalyst\Alerts\Alerts::removeNotifier($name);
 }