skipped lates attribute fixed
This commit is contained in:
parent
6e1815ed93
commit
58dfe912f7
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue