morphTo(); } /** * @return BelongsTo */ public function commenter(): BelongsTo { return $this->BelongsTo(User::class, 'commenter_id', 'id'); } }