belongsTo(User::class, 'UserId', 'id'); } /** * Relasi ke model Perusahaan. */ public function perusahaan() { return $this->hasMany(Perusahaan::class, 'PerusahaanId', 'PerusahaanId'); } }