You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have the latest version of your software "^2.4". Lately I'm starting to get execution errors like this.
Declaration of avadim\FastExcelLaravel\ExcelReader::createSheet(string $sheetName, $sheetId, $file, $path): avadim\FastExcelLaravel\SheetReader must be compatible with avadim\FastExcelReader\Excel::createSheet(string $sheetName, $sheetId, $file, $path, $excel): avadim\FastExcelReader\Interfaces\InterfaceSheetReader
Can you please help with that. The code that breaks here .
Hi I have the latest version of your software "^2.4". Lately I'm starting to get execution errors like this.
Declaration of avadim\FastExcelLaravel\ExcelReader::createSheet(string $sheetName, $sheetId, $file, $path): avadim\FastExcelLaravel\SheetReader must be compatible with avadim\FastExcelReader\Excel::createSheet(string $sheetName, $sheetId, $file, $path, $excel): avadim\FastExcelReader\Interfaces\InterfaceSheetReader
Can you please help with that. The code that breaks here .
$file = $request->validate(['import' => 'file|mimes:xls,xlsx']);
$productIds = [];
$excel = \Excel::open($file['import']);
The text was updated successfully, but these errors were encountered: