small change
This commit is contained in:
parent
e6c4b2789a
commit
a2bf5cc5a2
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user