App\Console\Commands\PluginCommand::updatePlugin PHP Méthode

updatePlugin() protected méthode

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