CriteriumStatus::class, ]; } public function overdrachtsplan(): BelongsTo { return $this->belongsTo(Overdrachtsplan::class); } }