Procházet zdrojové kódy

Backend : suppression dump

master
Guillaume před 4 roky
rodič
revize
45653eeab7
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

+ 2
- 3
ShopBundle/EventSubscriber/EditEventSubscriber.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit