@@ -11,8 +11,8 @@ |
||
| 11 | 11 | namespace ConsoleHelpers\JiraCLI; |
| 12 | 12 | |
| 13 | 13 | |
| 14 | -use ConsoleHelpers\JiraCLI\Command\DownloadAttachmentCommand; |
|
| 15 | 14 | use ConsoleHelpers\ConsoleKit\Application as BaseApplication; |
| 15 | +use ConsoleHelpers\JiraCLI\Command\DownloadAttachmentCommand; |
|
| 16 | 16 | use ConsoleHelpers\JiraCLI\Command\VersionsCommand; |
| 17 | 17 | use Symfony\Component\Console\Command\Command; |
| 18 | 18 | |