small experimental code cleanup

This commit is contained in:
James Cole
2023-12-22 07:49:55 +01:00
parent 58dea55d38
commit 4864ecc0c7
13 changed files with 27 additions and 27 deletions

View File

@@ -68,7 +68,7 @@ class ObjectGroupController extends Controller
/** @var ObjectGroup $objectGroup */
foreach ($result as $objectGroup) {
$return[] = [
'id' => (string)$objectGroup->id,
'id' => (string) $objectGroup->id,
'name' => $objectGroup->title,
'title' => $objectGroup->title,
];