Bläddra i källkod

Backend : suppression dump

master
Guillaume 4 år sedan
förälder
incheckning
45653eeab7
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

+ 2
- 3
ShopBundle/EventSubscriber/EditEventSubscriber.php Visa fil

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

Laddar…
Avbryt
Spara