Completed
Push — master ( 59a5b3...55d26a )
by Korvin
02:10
created
src/Console/Console.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Buttress\Concrete\Console;
4 4
 
5
-use Buttress\Concrete\Console\Command\CacheCommand;
6 5
 use Buttress\Concrete\CommandBus\Command\HandlerLocator;
7 6
 use Buttress\Concrete\CommandBus\Provider\LegacyProvider;
8 7
 use Buttress\Concrete\CommandBus\Provider\ModernProvider;
8
+use Buttress\Concrete\Console\Command\CacheCommand;
9 9
 use Buttress\Concrete\Console\Command\Collection\Collection;
10 10
 use Buttress\Concrete\Console\Command\HelpCommand;
11 11
 use Buttress\Concrete\Console\Command\PackageCommand;
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
 use Buttress\Concrete\Route\Dispatcher;
17 17
 use Buttress\Concrete\Route\RouteCollector;
18 18
 use League\CLImate\CLImate;
19
-use League\Tactician\Exception\MissingHandlerException;
20 19
 use Psr\Container\ContainerInterface;
21 20
 use Psr\Log\LoggerInterface;
22 21
 use Whoops\Handler\PlainTextHandler;
Please login to merge, or discard this patch.