Working on import
This commit is contained in:
parent
3419d7900f
commit
2a1a9e2a16
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class PreImportRequest extends Request
|
|||
{
|
||||
|
||||
return [
|
||||
'file' => 'required|mimes:csv'
|
||||
'file' => 'required|file|mimes:csv,txt'
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue