Completed
Push — master ( 9b8920...ad4902 )
by Sebastian
32:32 queued 21:17
created
src/macros.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Support\Collection;
3
+use Illuminate\Pagination\LengthAwarePaginator;
4 4
 use Illuminate\Pagination\Paginator;
5
+use Illuminate\Support\Collection;
5 6
 use Illuminate\Support\Debug\Dumper;
6
-use Illuminate\Pagination\LengthAwarePaginator;
7 7
 
8 8
 if (! Collection::hasMacro('dd')) {
9 9
     /*
Please login to merge, or discard this patch.