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