We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2097f1c commit e918494Copy full SHA for e918494
src/Command/UpdateCommand.php
@@ -23,7 +23,7 @@ public function __construct(private readonly MessageBusInterface $commandBus)
23
24
protected function execute(InputInterface $input, OutputInterface $output): int
25
{
26
- $this->commandBus->dispatch(new StartCatalogPromotionUpdate(triggeredBy: sprintf('Symfony command "%s"', (string) self::$defaultName)));
+ $this->commandBus->dispatch(new StartCatalogPromotionUpdate(triggeredBy: sprintf('Running command "%s"', (string) self::$defaultName)));
27
28
return 0;
29
}
0 commit comments