App\Console\Commands\PluginCommand::updatePlugin PHP 메소드

updatePlugin() 보호된 메소드

activatePlugin
protected updatePlugin ( $pluginId ) : void
$pluginId
리턴 void
    protected function updatePlugin($pluginId)
    {
        $this->handler->getAllPlugins(true);
        $this->handler->updatePlugin($pluginId);
    }