🐛 fix(Command): Commenter la régénération forcée du cache LiipImagine.

This commit is contained in:
Serreau Jovann
2026-02-05 08:44:03 +01:00
parent 70ffdf9529
commit 093bb4ad9b

View File

@@ -53,7 +53,7 @@ class AppWarmupImagesCommand extends Command
$products = $this->productRepository->findAll();
$options = $this->optionsRepository->findAll();
/*
$io->title('Régénération FORCÉE du cache LiipImagine');
$io->note('Le cache existant sera supprimé avant chaque génération.');
@@ -70,7 +70,7 @@ class AppWarmupImagesCommand extends Command
catch (\Exception $exception) {
}
$io->success('Toutes les images ont été régénérées avec succès.');
*/
return Command::SUCCESS;
}