skipped lates attribute fixed

This commit is contained in:
ilmedova 2023-03-28 19:21:48 +05:00
parent 6e1815ed93
commit 58dfe912f7
1 changed files with 1 additions and 1 deletions

View File

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