hasMany(TransactionDetail::class); } public function fund(): BelongsTo { return $this->belongsTo(Fund::class); } }