Переглянути джерело

Correctif EntityManager

develop
Guillaume 3 роки тому
джерело
коміт
521732d898
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php Переглянути файл

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


Завантаження…
Відмінити
Зберегти