Sfoglia il codice sorgente

Backend : suppression dump

master
Guillaume 4 anni fa
parent
commit
45653eeab7
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

+ 2
- 3
ShopBundle/EventSubscriber/EditEventSubscriber.php Vedi File

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

Loading…
Annulla
Salva