Automated formatting changes

This commit is contained in:
Formatter Bot 2021-09-27 21:15:18 +00:00
parent e70b45551f
commit a7b7e6d6fe

View File

@ -187,7 +187,7 @@ final class ApiController extends Controller
return $element;
}
$item = ItemMapper::with('language', $response->getLanguage())::get($element->item);
$item = ItemMapper::with('language', $response->getLanguage())::get($element->item);
$element->itemNumber = $item->number;
$element->itemName = $item->getL11n('name1')->description;
$element->quantity = $request->getData('quantity', 'int');