update
parent
6710c77f89
commit
039c3df3ac
|
|
@ -40,7 +40,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||||
|
|
||||||
public function agency()
|
public function agency()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(Agency::class);
|
return $this->belongsTo(\App\Models\Agency::class,'ms_agency_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getScope(): string
|
public function getScope(): string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue