Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update Paginate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Apr 12, 2017
1 parent 7cef680 commit 3851709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paginate/Paginate.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Paginate extends Pager
protected function reset()
{
parent::reset();
$this->setSelectQuery(null);
$this->selectQuery = null;
}

/**
Expand Down Expand Up @@ -104,4 +104,4 @@ public function itemCount()
return $this->itemCount;
}

}
}

0 comments on commit 3851709

Please sign in to comment.