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