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