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