diff --git a/packages/Webkul/Customer/src/Repositories/CustomerGroupRepository.php b/packages/Webkul/Customer/src/Repositories/CustomerGroupRepository.php index 8ba13e2bc..c96f9871d 100755 --- a/packages/Webkul/Customer/src/Repositories/CustomerGroupRepository.php +++ b/packages/Webkul/Customer/src/Repositories/CustomerGroupRepository.php @@ -53,7 +53,7 @@ class CustomerGroupRepository extends Repository Event::dispatch('customer.customer_group.update.after', $customerGroup); - return $customer; + return $customerGroup; } /**