コード例 #1
0
 /**
  * Get the messages.
  *
  * @return Json
  */
 public function get()
 {
     return json_encode(Message::get());
 }