🐛 fix(Command): Commenter la régénération forcée du cache LiipImagine.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user