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