Ejemplo n.º 1
0
 /**
  * Filter alerts based on the given types.
  *
  * @param string|array $types
  * @return self 
  * @static 
  */
 public static function whereType($types)
 {
     return \Cartalyst\Alerts\Alerts::whereType($types);
 }