Skip to content

Commit

Permalink
[FEATYRE] Add default title for cli command tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Feb 15, 2021
1 parent b53a014 commit 8a7c969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Task/CommandExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function run(Application $application, InputInterface $input = null, Outp

public function getTitle(): ?string
{
return null;
return 'Execute console command';
}

public function getAdditionalInformation(): ?string
Expand Down

0 comments on commit 8a7c969

Please sign in to comment.