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()