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