1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 08:04:05 +02:00

feat(element-queries): update limit() method #436

This commit is contained in:
Awilum
2020-07-15 23:44:36 +03:00
parent b496d47d34
commit 7a2a42f3ee

View File

@@ -262,7 +262,7 @@ class Collection
{
$this->criteria->setMaxResults($limit);
return $this;
return $this->all();
}
/**