Преглед изворни кода

Backend : suppression dump

master
Guillaume пре 4 година
родитељ
комит
45653eeab7
1 измењених фајлова са 2 додато и 3 уклоњено
  1. +2
    -3
      ShopBundle/EventSubscriber/EditEventSubscriber.php

+ 2
- 3
ShopBundle/EventSubscriber/EditEventSubscriber.php Прегледај датотеку

@@ -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…
Откажи
Сачувај