@@ -9,7 +9,6 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -use App; |
|
| 13 | 12 | use Illuminate\Console\Command; |
| 14 | 13 | |
| 15 | 14 | abstract class ScheduledCommand extends Command implements ScheduledCommandInterface |
@@ -13,8 +13,6 @@ |
||
| 13 | 13 | use Illuminate\Console\Command; |
| 14 | 14 | use Indatus\Dispatcher\Commands\Run; |
| 15 | 15 | use Indatus\Dispatcher\Debugger; |
| 16 | -use Indatus\Dispatcher\OptionReader; |
|
| 17 | -use Indatus\Dispatcher\Scheduling\ScheduledCommand; |
|
| 18 | 16 | use Indatus\Dispatcher\Scheduling\ScheduledCommandInterface; |
| 19 | 17 | use Config; |
| 20 | 18 | |