|
|
@ -9,6 +9,8 @@ class Agent extends BaseModel |
|
|
{ |
|
|
{ |
|
|
use HasFactory, SoftDeletes; |
|
|
use HasFactory, SoftDeletes; |
|
|
|
|
|
|
|
|
|
|
|
protected $table = 'agents'; |
|
|
|
|
|
|
|
|
public function agentInfo() |
|
|
public function agentInfo() |
|
|
{ |
|
|
{ |
|
|
return $this->hasOne(AgentInfo::class); |
|
|
return $this->hasOne(AgentInfo::class); |
|
|
|