Formatting
This commit is contained in:
parent
6da43bc940
commit
18f0b1cc3d
1 changed files with 4 additions and 2 deletions
|
@ -73,7 +73,8 @@ class ImportController extends Controller
|
|||
Helper::formatStandardApiResponse(
|
||||
'error',
|
||||
null,
|
||||
'One or more attributes in the header row contain malformed UTF-8 characters'),
|
||||
'One or more attributes in the header row contain malformed UTF-8 characters'
|
||||
),
|
||||
500
|
||||
);
|
||||
}
|
||||
|
@ -105,7 +106,8 @@ class ImportController extends Controller
|
|||
Helper::formatStandardApiResponse(
|
||||
'error',
|
||||
null,
|
||||
'One or more attributes in row 2 contain malformed UTF-8 characters'),
|
||||
'One or more attributes in row 2 contain malformed UTF-8 characters'
|
||||
),
|
||||
500
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue