Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 5, 2017
1 parent e6c4b27 commit a2bf5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Utilities/ImportFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getFile()
$folder = session('company_id') . '/imports';

// Upload file
$path = Storage::path($request->import->store($folder));
$path = Storage::path($request->file('import')->store($folder));

return $path;
}
Expand Down

0 comments on commit a2bf5cc

Please sign in to comment.