Skip to content

Commit

Permalink
Add 1.7.5 related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed May 2, 2024
1 parent d43a6b9 commit a251bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/UpgradeTools/TaskRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public static function get($step, UpgradeContainer $container)
return new \PrestaShop\Module\AutoUpgrade\TaskRunner\Upgrade\UpgradeDb($container);
case 'upgradeFiles':
return new \PrestaShop\Module\AutoUpgrade\TaskRunner\Upgrade\UpgradeFiles($container);
// case 'upgradeModules':
// return new \PrestaShop\Module\AutoUpgrade\TaskRunner\Upgrade\UpgradeModules($container);
case 'upgradeModules':
return new \PrestaShop\Module\AutoUpgrade\TaskRunner\Upgrade\UpgradeModules($container);
case 'upgradeNow':
return new \PrestaShop\Module\AutoUpgrade\TaskRunner\Upgrade\UpgradeNow($container);
case 'unzip':
Expand Down

0 comments on commit a251bdb

Please sign in to comment.