morphTo(); } public function foodItem(): BelongsTo { return $this->belongsTo(FoodItem::class); } }