Merge branch '2.0'
Conflicts: Finder/FinderInterface.php Repository.php
This commit is contained in:
commit
67a11a59ce
6 changed files with 65 additions and 18 deletions
|
|
@ -19,22 +19,21 @@ class Repository
|
|||
$this->finder = $finder;
|
||||
}
|
||||
|
||||
|
||||
public function find($query, $limit=null)
|
||||
{
|
||||
return $this->finder->find($query, $limit);
|
||||
}
|
||||
|
||||
public function findHybrid($query, $limit=null)
|
||||
{
|
||||
return $this->finder->findHybrid($query, $limit);
|
||||
}
|
||||
|
||||
public function findPaginated($query)
|
||||
{
|
||||
return $this->finder->findPaginated($query);
|
||||
}
|
||||
|
||||
public function findHybrid($query)
|
||||
{
|
||||
return $this->finder->findHybrid($query);
|
||||
}
|
||||
|
||||
public function createPaginatorAdapter($query)
|
||||
{
|
||||
return $this->finder->createPaginatorAdapter($query);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue