public static function deleteComment() { $input = Input::all(); return Posts::deleteComment($input); }