예제 #1
0
 public static function deleteTestimonial()
 {
     $input = Input::all();
     return Users::deleteTestimonial($input);
 }