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:
@@ -262,7 +262,7 @@ class Collection
|
||||
{
|
||||
$this->criteria->setMaxResults($limit);
|
||||
|
||||
return $this;
|
||||
return $this->all();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user