Example #1
0
 /**
  * flashes array to session for next request
  *
  * @return $this
  */
 public function unflash()
 {
     \Alert::unflashAlert($this->key);
     //return alert for chaning
     return $this;
 }