Skip to content

Commit

Permalink
Merge pull request #1422 from davidhoeck/fix/order-expire-command
Browse files Browse the repository at this point in the history
[OrderBundle] Fix order expire command
  • Loading branch information
dpfaffenbauer authored Jun 5, 2020
2 parents 6acc16e + 5223cbd commit bbcd4f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public function __construct(ProposalExpirationInterface $orderExpiration, $days
protected function configure()
{
$this
->setName('coreshop:cart:expire')
->setDescription('Expire abandoned Carts')
->setName('coreshop:order:expire')
->setDescription('Expire abandoned orders')
->addOption(
'days',
'days',
Expand Down

0 comments on commit bbcd4f0

Please sign in to comment.