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