@@ -1,10 +1,8 @@ |
||
| 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')) { |