瀏覽代碼

Correctif EntityManager

develop
Guillaume 3 年之前
父節點
當前提交
314aca9232
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php 查看文件

@@ -50,7 +50,7 @@ class EntityManager
if(method_exists($entity, 'setUpdatedBy')) {
$entity->setUpdatedBy($this->getUserSystem());
}
if(method_exists($entity, 'setCreadtedBy')) {
if(method_exists($entity, 'setCreatedBy')) {
$entity->setCreadtedBy($this->getUserSystem());
}
}

Loading…
取消
儲存