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...
Posted 15 October 2011 - 03:42 PM
parent::run($args);

Posted 17 October 2011 - 03:58 PM