Passed
Push — develop ( 5c08c8...d2ded6 )
by Nikita
13:54
created
app/Providers/AppServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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))
Please login to merge, or discard this patch.