Laravel\Envoy\Console\TasksCommand::fire PHP Method

fire() protected method

Execute the command.
protected fire ( ) : void
return void
    protected function fire()
    {
        $container = $this->loadTaskContainer();
        $this->listTasks($container);
        $this->output->writeln('');
        $this->listMacros($container);
    }