diff --git a/install-dev/upgrade/php/update_customer_default_group.php b/install-dev/upgrade/php/update_customer_default_group.php index 75aeaf6a2..9d0a3c4a1 100644 --- a/install-dev/upgrade/php/update_customer_default_group.php +++ b/install-dev/upgrade/php/update_customer_default_group.php @@ -24,7 +24,7 @@ * International Registered Trademark & Property of PrestaShop SA */ -public function update_customer_default_group() +function update_customer_default_group() { $filename = _PS_ROOT_DIR_.'/config/defines.inc.php'; $filename_old = str_replace('.inc.', '.old.', $filename);