This commit is contained in:
Dylan K. Taylor
2022-12-05 14:47:44 +00:00
parent 142ccc7e87
commit 18c2e90574
2 changed files with 8 additions and 2 deletions

View File

@ -52,4 +52,4 @@ final class TagWildcardRecipeIngredient implements RecipeIngredient{
public function __toString() : string{
return "TagWildcardRecipeIngredient($this->tagName)";
}
}
}