@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace Buttress\Concrete\Log; |
| 4 | 4 | |
| 5 | 5 | use League\CLImate\CLImate; |
| 6 | +use Psr\Log\LogLevel; |
|
| 6 | 7 | use Psr\Log\LoggerInterface; |
| 7 | 8 | use Psr\Log\LoggerTrait; |
| 8 | -use Psr\Log\LogLevel; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * A PSR3 logger that pushes entries out to CLImate |
@@ -2,10 +2,10 @@ discard block |
||
| 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 |
||
| 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 | |
| 22 | 21 | /** |