@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\CollectionMacros; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Str; |
|
| 6 | 5 | use Illuminate\Support\Collection; |
| 7 | 6 | use Illuminate\Support\ServiceProvider; |
| 7 | +use Illuminate\Support\Str; |
|
| 8 | 8 | |
| 9 | 9 | class CollectionMacroServiceProvider extends ServiceProvider |
| 10 | 10 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\CollectionMacros\Macros; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Collection; |
|
| 6 | 5 | use Spatie\CollectionMacros\Exceptions\CollectionItemNotFound; |
| 7 | 6 | |
| 8 | 7 | /* |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Amp\Parallel\Worker\Pool; |
| 4 | 4 | use function Amp\Promise\wait; |
| 5 | -use Illuminate\Support\Collection; |
|
| 6 | 5 | use Amp\Parallel\Worker\DefaultPool; |
| 6 | +use Illuminate\Support\Collection; |
|
| 7 | 7 | use function Amp\ParallelFunctions\parallelMap; |
| 8 | 8 | |
| 9 | 9 | /* |