@@ -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 | { |
@@ -4,8 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Amp\Parallel\Worker\Pool; |
| 6 | 6 | use function Amp\Promise\wait; |
| 7 | -use Illuminate\Support\Collection; |
|
| 8 | 7 | use Amp\Parallel\Worker\DefaultPool; |
| 8 | +use Illuminate\Support\Collection; |
|
| 9 | 9 | use function Amp\ParallelFunctions\parallelMap; |
| 10 | 10 | |
| 11 | 11 | /** |