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