dbmsv2 init...1
This commit is contained in:
parent
9aaae852cd
commit
ad4d6f6af2
@ -48,10 +48,10 @@ class UserService extends CommonService
|
|||||||
}
|
}
|
||||||
//기본 기능부분
|
//기본 기능부분
|
||||||
|
|
||||||
public function create(array $formDatas, mixed $parentEntity = null): UserEntity
|
public function create(array $formDatas): UserEntity
|
||||||
{
|
{
|
||||||
$formDatas['role'] = implode(DEFAULTS["DELIMITER_ROLE"], $formDatas['role']);
|
$formDatas['role'] = implode(DEFAULTS["DELIMITER_ROLE"], $formDatas['role']);
|
||||||
return parent::create($formDatas, $parentEntity);
|
return parent::create($formDatas);
|
||||||
}
|
}
|
||||||
public function modify(mixed $entity, array $formDatas): UserEntity
|
public function modify(mixed $entity, array $formDatas): UserEntity
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user