Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Jul 27, 2017
1 parent a022792 commit d03bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/PaginatorComponent.php
Expand Up @@ -282,7 +282,7 @@ protected function _setPagingParams()
*/
public function config($key = null, $value = null, $merge = true)
{
$return = $this->_paginator->setConfig($key, $value, $merge);
$return = $this->_paginator->config($key, $value, $merge);
if ($return instanceof PaginatorInterface) {
$return = $this;
}
Expand Down

0 comments on commit d03bb8f

Please sign in to comment.