Ejemplo n.º 1
0
 public static function editTestimonial()
 {
     $input = Input::all();
     return Users::editTestimonial($input);
 }