diff --git a/src/Command/CKEditorInstallerCommand.php b/src/Command/CKEditorInstallerCommand.php index cfaae542..b24e1a0c 100644 --- a/src/Command/CKEditorInstallerCommand.php +++ b/src/Command/CKEditorInstallerCommand.php @@ -28,6 +28,9 @@ */ final class CKEditorInstallerCommand extends Command { + protected static $defaultName = 'ckeditor:install'; + protected static $defaultDescription = 'Install CKEditor'; + /** * @var CKEditorInstaller */