mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix uninitialised variable
This commit is contained in:
parent
241e70b911
commit
15dd67739f
@ -102,7 +102,7 @@ To create a mapper, inherit from the mapper base class and call the parent const
|
||||
->setMaxResults($limit)
|
||||
->setFirstResult($offset);
|
||||
|
||||
return $this->findEntities($sql);
|
||||
return $this->findEntities($qb);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user