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