Beispiel #1
0
 public static function getLastChat()
 {
     $input = Input::all();
     return Messages::getLastChat($input);
 }