@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace Spatie\Async; |
| 4 | 4 | |
| 5 | 5 | use Error; |
| 6 | -use Throwable; |
|
| 7 | -use Symfony\Component\Process\Process; |
|
| 8 | 6 | use Spatie\Async\Output\SerializableException; |
| 7 | +use Symfony\Component\Process\Process; |
|
| 8 | +use Throwable; |
|
| 9 | 9 | |
| 10 | 10 | class ParallelProcess |
| 11 | 11 | { |