@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | if (!Collection::hasMacro('paginate')) { |
| 26 | 26 | Collection::macro('paginate', |
| 27 | - function ($perPage = 15, $page = null, $options = []) { |
|
| 27 | + function($perPage = 15, $page = null, $options = []) { |
|
| 28 | 28 | $page = $page ?: (Paginator::resolveCurrentPage() ?: 1); |
| 29 | 29 | return (new LengthAwarePaginator( |
| 30 | 30 | $this->forPage($page, $perPage), $this->count(), $perPage, $page, $options)) |