System: CentOS Linux release 7.4.1708 (Core) Phalcon: latest version
code
/**
* Class DemoRunV1Task
*
* @package Pandora\Cli\Tasks
*/
class DemoRunV1Task extends Task
{
public function mainAction()
{
var_dump('Demo Run V1 Task');
die();
}
}
[[email protected] xxxx]# php cli DemoRunV1
Pandora\Cli\Tasks\Demorunv1Task handler class cannot be loaded
[[email protected] xxxx]#
why cannot be loaded ?