setName('test:task')->setDescription('Execute the reservation charging task'); } protected function execute(Input $input, Output $output) { Db::table('test')->save(['number' => 1, 'message' => time()]); } }