#[Route('/update/_reset_config', name: 'update_reset_config', methods: ['POST'])]
public function resetConfig(Request
$request): Response
{ if (\
function_exists('opcache_reset'
)) { opcache_reset();
} $shopwarePath =
$this->recoveryManager->
getShopwareLocation();
$this->
patchSymfonyFlex($shopwarePath);
return $this->streamedCommandResponseGenerator->
runJSON([ $this->recoveryManager->
getPhpBinary($request),
'-dmemory_limit=1G',
$this->recoveryManager->
getBinary(),
'-d',
$shopwarePath,
'symfony:recipes:install',
'--force',
'--reset',
'--no-interaction',