dbmsv4 init...5
This commit is contained in:
parent
dd7ba000fb
commit
8b8ffe4d33
@ -141,8 +141,8 @@ class ServerService extends EquipmentService
|
|||||||
}
|
}
|
||||||
|
|
||||||
$oldEntity = clone $entity;
|
$oldEntity = clone $entity;
|
||||||
echo var_dump($formDatas);
|
// echo var_dump($formDatas);
|
||||||
dd($entity);
|
// dd($entity);
|
||||||
$entity = parent::modify_process($entity, $formDatas);
|
$entity = parent::modify_process($entity, $formDatas);
|
||||||
if (!$entity instanceof ServerEntity) {
|
if (!$entity instanceof ServerEntity) {
|
||||||
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생:Return Type은 ServerEntity만 가능");
|
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생:Return Type은 ServerEntity만 가능");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user