Some Typo Fixed

This commit is contained in:
Devansh 2022-01-10 20:57:33 +05:30
parent 0bf0ab1f72
commit d01decf80f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class CustomerGroupRepository extends Repository
Event::dispatch('customer.customer_group.update.after', $customerGroup);
return $customer;
return $customerGroup;
}
/**