setDescription('Reset plugins in case a failure occured'); } protected function doExecute(InputInterface $input, OutputInterface $output) { $this->container['filesystem']->remove($this->container['plugin.path']); $this->container['filesystem']->mirror(__DIR__ . '/../../../../conf.d/plugins', $this->container['plugin.path']); return 0; } }