Skip to content

Commit 8a7c969

Browse files
committed
[FEATYRE] Add default title for cli command tasks
1 parent b53a014 commit 8a7c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Task/CommandExecutor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function run(Application $application, InputInterface $input = null, Outp
3939

4040
public function getTitle(): ?string
4141
{
42-
return null;
42+
return 'Execute console command';
4343
}
4444

4545
public function getAdditionalInformation(): ?string

0 commit comments

Comments
 (0)