diff --git a/developer_manual/app/storage/database.rst b/developer_manual/app/storage/database.rst index 2f0f68567..b968bb564 100644 --- a/developer_manual/app/storage/database.rst +++ b/developer_manual/app/storage/database.rst @@ -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); }