Просмотр исходного кода

Correctif EntityManager

develop
Guillaume 3 лет назад
Родитель
Сommit
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());
}
}

Загрузка…
Отмена
Сохранить