Skip to content

Commit

Permalink
Fix PHP cs
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper committed Aug 17, 2015
1 parent 010dd67 commit 168e397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ public function paginate($perPage = null, $columns = ['*'], $pageName = 'page',
*/
public function simplePaginate($perPage = null, $columns = ['*'], $pageName = 'page')
{


$page = Paginator::resolveCurrentPage($pageName);

$perPage = $perPage ?: $this->model->getPerPage();
Expand Down

0 comments on commit 168e397

Please sign in to comment.