App\Console\Commands\PluginCommand::updatePlugin PHP Method

updatePlugin() protected method

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