forked from wallabag/wallabag
GET /api/entries returns object, no more array
This commit is contained in:
@ -126,6 +126,6 @@ class EntryRepository extends EntityRepository
|
||||
|
||||
return $qb
|
||||
->getQuery()
|
||||
->getResult(Query::HYDRATE_ARRAY);
|
||||
->getResult();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user