From bc20b8cd314b18ae824156ae3156299c987fb13c Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 8 Oct 2021 18:16:51 +0200 Subject: [PATCH] fix: activate lazyload for command listing --- src/Command/CKEditorInstallerCommand.php | 3 +++ 1 file changed, 3 insertions(+) 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 */