Sfoglia il codice sorgente

Correctif EntityManager

develop
Guillaume 3 anni fa
parent
commit
521732d898
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php Vedi File

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


Loading…
Annulla
Salva