Completed
Pull Request — master (#2)
by
unknown
10:28
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('collect')) {
Please login to merge, or discard this patch.