Laravel\Envoy\Console\SshCommand::fire PHP Метод

fire() защищенный Метод

Execute the command.
protected fire ( ) : void
Результат void
    protected function fire()
    {
        $host = $this->getServer($container = $this->loadTaskContainer());
        passthru('ssh ' . ($this->getConfiguredServer($host) ?: $host));
    }