Skip to content

Commit b7a5467

Browse files
authored
Merge pull request #12204 from akemidx/fixcurlyquotes
Fixed: curly quotes in #12182
2 parents 9ca4071 + 2f8a435 commit b7a5467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Api/UsersController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public function emailAssetList(Request $request, $id)
505505
$user = User::findOrFail($id);
506506

507507
if (empty($user->email)) {
508-
return response()->json(Helper::formatStandardApiResponse(error, null, trans('admin/users/message.inventorynotification.error')));
508+
return response()->json(Helper::formatStandardApiResponse('error', null, trans('admin/users/message.inventorynotification.error')));
509509
}
510510

511511
return response()->Helper::formatStandardApiResponse('success', null, trans('admin/users/message.inventorynotification.success'));

0 commit comments

Comments
 (0)