Nwidart\Modules\Commands\ListCommand::fire PHP 메소드

fire() 공개 메소드

Execute the console command.
public fire ( ) : mixed
리턴 mixed
    public function fire()
    {
        $this->table(['Name', 'Status', 'Order', 'Path'], $this->getRows());
    }