console command page 358

I think you should add there




parent::run($args);



wanted to add an action for my command… and just broke my head on how to call it…

cause “cron test” was not running actionTest… this is because we overrite parent’s run… so if we not call it no action will run…

Example shown in the book doesn’t require call to parent. If you want to use actions it’s better to avoid customizing run().