Completed
Pull Request — master (#87)
by Alexander
01:37
created
src/macros/paginate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Support\Collection;
4 3
 use Illuminate\Pagination\LengthAwarePaginator;
4
+use Illuminate\Support\Collection;
5 5
 
6 6
 /*
7 7
  * Paginate the given collection
Please login to merge, or discard this patch.
src/macros/simplePaginate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Support\Collection;
4 3
 use Illuminate\Pagination\Paginator;
4
+use Illuminate\Support\Collection;
5 5
 
6 6
 /*
7 7
  * Paginate the collection into a simple paginator
Please login to merge, or discard this patch.