FeedbackType::class, 'status' => FeedbackStatus::class, ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }