public function onRecipeCreate(RecipeEvent $event)
 {
     $recipe = $event->getRecipe();
     $this->escribeLog($recipe);
 }
Exemplo n.º 2
-1
 public function onRecipeCreate(RecipeEvent $event)
 {
     $recipe = $event->getRecipe();
     $this->notifyToAdmins($recipe);
 }