hasMany(Debitur::class); } public function rekenings() { return $this->hasMany(Rekening::class); } }