@@ -2,20 +2,19 @@ |
||
2 | 2 | |
3 | 3 | namespace PragmaRX\Coollection\Package; |
4 | 4 | |
5 | +use ArrayAccess; |
|
5 | 6 | use Closure; |
6 | 7 | use Countable; |
7 | 8 | use Exception; |
8 | -use ArrayAccess; |
|
9 | -use JsonSerializable; |
|
10 | -use IteratorAggregate; |
|
11 | -use IlluminateAgnostic\Str\Support\Str; |
|
12 | 9 | use IlluminateAgnostic\Arr\Support\Arr; |
13 | -use IlluminateAgnostic\Collection\Support\Collection; |
|
14 | -use IlluminateAgnostic\Collection\Support\Traits\Macroable; |
|
15 | -use IlluminateAgnostic\Collection\Contracts\Support\Jsonable; |
|
16 | 10 | use IlluminateAgnostic\Collection\Contracts\Support\Arrayable; |
17 | -use IlluminateAgnostic\Collection\Support\HigherOrderCollectionProxy; |
|
11 | +use IlluminateAgnostic\Collection\Contracts\Support\Jsonable; |
|
18 | 12 | use IlluminateAgnostic\Collection\Support\Collection as TightencoCollect; |
13 | +use IlluminateAgnostic\Collection\Support\HigherOrderCollectionProxy; |
|
14 | +use IlluminateAgnostic\Collection\Support\Traits\Macroable; |
|
15 | +use IlluminateAgnostic\Str\Support\Str; |
|
16 | +use IteratorAggregate; |
|
17 | +use JsonSerializable; |
|
19 | 18 | |
20 | 19 | class Coollection implements |
21 | 20 | ArrayAccess, |