This commit is contained in:
Carvallegro
2017-12-31 06:12:28 +11:00
398 changed files with 23534 additions and 1562 deletions

View File

@@ -21,7 +21,7 @@ class ImportFile extends ExcelFile
$folder = session('company_id') . '/imports';
// Upload file
$path = Storage::path($request->import->store($folder));
$path = Storage::path($request->file('import')->store($folder));
return $path;
}