Pārlūkot izejas kodu

Correctif EntityManager

develop
Guillaume pirms 3 gadiem
vecāks
revīzija
314aca9232
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      ShopBundle/Manager/EntityManager.php

+ 1
- 1
ShopBundle/Manager/EntityManager.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt