dbmsv4 init...5

This commit is contained in:
최준흠 2026-02-25 17:25:15 +09:00
parent dd7ba000fb
commit 8b8ffe4d33

View File

@ -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만 가능");