From 8325bbc8151ca310c63b963f57bc4d05e682d169 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Wed, 24 Jul 2024 13:52:20 +0530 Subject: [PATCH] changes --- app/Services/APIs/CustomerAPIs/RulesApiServices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();