mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Formatting
This commit is contained in:
parent
5962f1b627
commit
c2c666aef0
|
@ -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…
Reference in a new issue