main
Ilham Wara Nugroho 2026-06-11 14:56:25 +07:00
parent 6710c77f89
commit 039c3df3ac
1 changed files with 1 additions and 1 deletions

View File

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