瀏覽代碼

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…
取消
儲存