From 58dfe912f7a311fa2a43d4520e853fc15665e9eb Mon Sep 17 00:00:00 2001 From: ilmedova Date: Tue, 28 Mar 2023 19:21:48 +0500 Subject: [PATCH] skipped lates attribute fixed --- app/Models/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Account.php b/app/Models/Account.php index d93fe516..c3185aeb 100755 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -142,7 +142,7 @@ public function getCountryNameAttribute(){ public function getCanApplyBrokerAttribute(){ - return is_null($this->last_application()); + return is_null($this->last_broker_application()); } public function getCanExtendBrokerAttribute()