Esempio n. 1
0
 public static function addComment()
 {
     $input = Input::all();
     return Posts::addComment($input);
 }