diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000000..0921bcf08f --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/api/module/Api/src/Domain/QueryHandler/Messaging/Subjects/All.php b/app/api/module/Api/src/Domain/QueryHandler/Messaging/Subjects/All.php index 26c80510cc..de65f221ec 100644 --- a/app/api/module/Api/src/Domain/QueryHandler/Messaging/Subjects/All.php +++ b/app/api/module/Api/src/Domain/QueryHandler/Messaging/Subjects/All.php @@ -24,7 +24,7 @@ public function handleQuery(QueryInterface $query): array $subjects = $this->getSubjectRepository()->fetchList($query, Query::HYDRATE_OBJECT); return [ - 'result' => $this->resultList($subjects), + 'result' => $this->resultList($subjects, ['category', 'subCategory']), 'count' => count($subjects), ]; }