setDescription('Hyperf Demo Command'); } public function handle() { $this->line('Hello Hyperf!', 'info'); } }