filterWithScopes($query, $filters); } /** * Ingredient amount relationships. */ protected function ingredientAmounts(): MorphHasMany { return $this->morphMany($this->hasMany('ingredientAmounts')); } /** * Step relationships. */ protected function steps(): HasMany { return $this->hasMany(); } }