Example #1
0
 /**
  * Check If Alerts Exist
  *
  * @return boolean
  */
 public function has()
 {
     return $this->session->has('alerts');
 }