belongsTo(Employee::class, 'user_id'); } public function installments(): HasMany { return $this->hasMany(LoanInstallment::class); } }