Completed
Push — master ( 7d0222...1df67d )
by Antonio Carlos
02:21
created
src/Support/helpers.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use IlluminateAgnostic\Collection\Support\Str;
4 3
 use IlluminateAgnostic\Collection\Support\Arr;
5 4
 use IlluminateAgnostic\Collection\Support\Collection;
6 5
 use IlluminateAgnostic\Collection\Support\Debug\Dumper;
7
-use Illuminate\Support\Collection as IlluminateCollection;
8 6
 
9 7
 if (!class_exists(Illuminate\Support\Collection::class)) {
10 8
     if (! function_exists('collect')) {
Please login to merge, or discard this patch.