Browse Source

Backend : suppression dump

master
Guillaume 4 years ago
parent
commit
45653eeab7
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

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

} }




public function updateCommonProperty(GenericEvent $event){

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

Loading…
Cancel
Save