Acacha\Llum\Console\GithubCommand::showErrorRunLlumInitFirst PHP Метод

showErrorRunLlumInitFirst() защищенный метод

Show error run llum init first.
protected showErrorRunLlumInitFirst ( Symfony\Component\Console\Output\OutputInterface $output, $varname )
$output Symfony\Component\Console\Output\OutputInterface
$varname
    protected function showErrorRunLlumInitFirst(OutputInterface $output, $varname)
    {
        $output->writeln('<error>' . $varname . ' not found in config file. Run git init before executing this command!</error>');
        die;
    }