*/ use HasFactory; protected $fillable = ['content']; /** * @return \Illuminate\Database\Eloquent\Relations\MorphTo */ public function commentable() { return $this->morphTo(); } }