Beispiel #1
0
 /**
  * Get a message bag
  *
  * @param $type
  * @return mixed
  */
 private function get($type = null)
 {
     return \Session::pull($this->_key($type), new Message([]));
 }