belongsTo(Post::class); } public function reporter(): BelongsTo { return $this->belongsTo(User::class, 'reporter_user_id'); } }