This commit is contained in:
Yuri Kuznetsov
2021-09-06 15:57:17 +03:00
parent be8dff3de7
commit c5ba226fa0
+2
View File
@@ -624,6 +624,8 @@ class Service implements Crud,
$this->processDuplicateCheck($entity, $data);
}
$this->recordHookManager->processBeforeCreate($entity, $params);
$this->beforeCreateEntity($entity, $data);
$this->entityManager->saveEntity($entity);