Skip to content

Commit

Permalink
Change scope to protected (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossroad committed Oct 2, 2018
1 parent bed40a2 commit 4e56439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnionAwareBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function unionPaginate($perPage = null, $columns = ['*'], $pageName = 'pa
* @param QueryBuilder $query
* @return int
*/
private function getCountForUnionPagination($query)
protected function getCountForUnionPagination($query)
{
$conn = $this->getConnection();
$qb = new QueryBuilder($conn, $conn->getQueryGrammar(), $conn->getPostProcessor());
Expand Down

0 comments on commit 4e56439

Please sign in to comment.