mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 10:54:34 -04:00
Working on import
This commit is contained in:
parent
3419d7900f
commit
2a1a9e2a16
@ -30,7 +30,7 @@ class PreImportRequest extends Request
|
|||||||
{
|
{
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'file' => 'required|mimes:csv'
|
'file' => 'required|file|mimes:csv,txt'
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user