Completed
Pull Request — 1.4 (#140)
by
unknown
07:08
created
src/Indatus/Dispatcher/Scheduling/ScheduledCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Indatus/Dispatcher/Services/CommandService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.