cfmgrv4 init...10
This commit is contained in:
parent
d259add7f2
commit
5df4cf72fa
@ -45,9 +45,11 @@ class AccountService extends CloudflareService
|
||||
{
|
||||
//부모데이터정의
|
||||
$this->setParentEntity($parent_entity);
|
||||
$entity = $this->getModel()->create($formDatas);
|
||||
//생성값 formDatas Log남기기
|
||||
$this->add_MylogTrait(__FUNCTION__, $formDatas);
|
||||
return $this->getModel()->create($formDatas);
|
||||
$this->add_MylogTrait(__FUNCTION__, $formDatas, $entity);
|
||||
|
||||
return $entity;
|
||||
}
|
||||
|
||||
public function modify(AuthEntity $parent_entity, AccountEntity $entity, array $formDatas): AccountEntity
|
||||
|
||||
Loading…
Reference in New Issue
Block a user