@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace MadWeb\Initializer\Jobs; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Bus\Queueable; |
| 6 | -use Illuminate\Foundation\Bus\Dispatchable; |
|
| 7 | 6 | use Illuminate\Contracts\Container\Container; |
| 7 | +use Illuminate\Foundation\Bus\Dispatchable; |
|
| 8 | 8 | |
| 9 | 9 | class MakeCronTask |
| 10 | 10 | { |
@@ -4,10 +4,10 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Console\Command; |
| 6 | 6 | use Illuminate\Container\Container; |
| 7 | -use Symfony\Component\Process\Process; |
|
| 8 | 7 | use Illuminate\Contracts\Bus\Dispatcher; |
| 9 | -use Symfony\Component\Process\ProcessBuilder; |
|
| 10 | 8 | use MadWeb\Initializer\Contracts\Executor as ExecutorContract; |
| 9 | +use Symfony\Component\Process\Process; |
|
| 10 | +use Symfony\Component\Process\ProcessBuilder; |
|
| 11 | 11 | |
| 12 | 12 | class Executor implements ExecutorContract |
| 13 | 13 | { |