Skip to content

Commit

Permalink
remove sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnilya committed Sep 5, 2016
1 parent 94649b1 commit 4803f35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Provider/DoctrineProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ public function findBy($contains = null, $from = null, $to = null)
$qb->setParameter('to', $to);
}

$qb->orderBy('p.id', 'DESC');

return $qb->getQuery();
}
}

0 comments on commit 4803f35

Please sign in to comment.