Skip to content

Commit

Permalink
remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
sensorario committed Jan 26, 2018
1 parent 8013358 commit 1aa855a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions UPGRADE-2.4.md
@@ -0,0 +1,7 @@
UPGRADE FROM 2.3 to 2.4
=======================

Repositories\BaseRepository
---------------------------

* Removed `customQueryStringValues`;
6 changes: 0 additions & 6 deletions src/Mado/QueryBundle/Repositories/BaseRepository.php
Expand Up @@ -290,12 +290,6 @@ protected function paginateResults(QueryBuilder $queryBuilder) {
return $pagerFactory->createRepresentation($pager, $route);
}

/** @deprecated since 2.3 */
protected function customQueryStringValues()
{
return [];
}

protected function getCurrentEntityAlias() : string
{
return $this->currentEntityAlias;
Expand Down

0 comments on commit 1aa855a

Please sign in to comment.