Skip to content

Commit

Permalink
Return query builder in repositoryMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 3, 2017
1 parent 07bb52c commit f1ff95a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public function getPostsForBlog($blog)
{
return $this->createQueryBuilder()
->field('blog')
->references($blog)
->getQuery()
->getIterator();
->references($blog);
}
}

0 comments on commit f1ff95a

Please sign in to comment.