belongsTo(Ingredient::class, 'ingredient_id'); } public function reportedBy(): BelongsTo { return $this->belongsTo(User::class, 'reported_by'); } }