Explorar el Código

Backend : suppression dump

master
Guillaume hace 4 años
padre
commit
45653eeab7
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

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

@@ -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) ;*/
}

Cargando…
Cancelar
Guardar