Пример #1
0
 public function uploadFileStepThree()
 {
     $location = \Input::get('location');
     $roots = new Roots();
     return $roots->uploadFileStepThree($location);
 }