Exemplo n.º 1
0
 public function usesEffectsOfIngredient(Ingredient $ingredient)
 {
     return !$ingredient->effects()->get()->isEmpty();
 }