This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Correctif EntityManager
develop
Guillaume
3 years ago
parent
314aca9232
commit
521732d898
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ShopBundle/Manager/EntityManager.php
+ 1
- 1
ShopBundle/Manager/EntityManager.php
View 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…
Cancel
Save