This commit is contained in:
denisdulici
2018-05-20 03:57:41 +03:00
parent 354afe9ea2
commit 775f931bee
8 changed files with 14 additions and 21 deletions

View File

@ -26,11 +26,4 @@ class ImportFile extends ExcelFile
return $path;
}
public function getFilters()
{
return [
'chunk'
];
}
}