type fixes

This commit is contained in:
Yuri Kuznetsov
2021-11-03 21:07:10 +02:00
parent e2a7a439d2
commit 2cb235f49c
14 changed files with 59 additions and 25 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ class Note extends Entity
$attachmentsIds = $data->attachmentsIds;
$collection = $this->entityManager
->getRepository('Attachment')
->getRDBRepository('Attachment')
->select(['id', 'name', 'type'])
->order('createdAt')
->where([