REBELinBLUE\Deployer\Console\Commands\UpdateApp::restartSocket PHP 메소드

restartSocket() 보호된 메소드

Restarts the socket server.
protected restartSocket ( )
    protected function restartSocket()
    {
        $this->info('Restarting the socket server');
        event(new RestartSocketServer());
    }