Explorar el Código

Correctif EntityManager

develop
Guillaume hace 3 años
padre
commit
314aca9232
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php Ver fichero

@@ -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());
}
}

Cargando…
Cancelar
Guardar