public static function deleteTestimonial() { $input = Input::all(); return Users::deleteTestimonial($input); }