*/ public function post(): BelongsTo { return $this->belongsTo(Post::class); } /** * Get the owning commentable model. */ public function commentable(): MorphTo { return $this->morphTo(); } }