Ver código fonte

Backend : suppression dump

master
Guillaume 4 anos atrás
pai
commit
45653eeab7
1 arquivos alterados com 2 adições e 3 exclusões
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

+ 2
- 3
ShopBundle/EventSubscriber/EditEventSubscriber.php Ver arquivo

@@ -55,9 +55,8 @@ class EditEventSubscriber implements EventSubscriberInterface
}


public function updateCommonProperty(GenericEvent $event){

dump($event);
public function updateCommonProperty(GenericEvent $event)
{
/* $this->setUpdated($entity);
$this->setAddressCreatedBy($entity) ;*/
}

Carregando…
Cancelar
Salvar