Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Laclic
/
LcShopBundle
Segui
3
Vota
2
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Correctif EntityManager
develop
Guillaume
3 anni fa
parent
314aca9232
commit
521732d898
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+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->setCrea
d
tedBy($this->getUserSystem());
$entity->setCreatedBy($this->getUserSystem());
}
}
Write
Preview
Loading…
Annulla
Salva