diff --git a/app/Services/APIs/CustomerAPIs/RulesApiServices.php b/app/Services/APIs/CustomerAPIs/RulesApiServices.php index 3599332..e6e11f3 100644 --- a/app/Services/APIs/CustomerAPIs/RulesApiServices.php +++ b/app/Services/APIs/CustomerAPIs/RulesApiServices.php @@ -28,7 +28,7 @@ class RulesApiServices public function getReferralRules() { try { - $data = ManageReferralRule::select('id', 'how_it_works', 'rules') + $data = ManageReferralRule::select('id', 'how_it_works', 'rules','what_is_referral') ->get() ->toArray();