Add consistency for API calls #3150

This commit is contained in:
James Cole
2020-07-24 16:41:10 +02:00
parent ba488b71eb
commit bc4b841baa

View File

@@ -71,6 +71,7 @@ class ObjectGroupController extends Controller
foreach ($result as $objectGroup) {
$return[] = [
'id' => $objectGroup->id,
'name' => $objectGroup->title,
'title' => $objectGroup->title,
];
}