dbmsv4 init...5

This commit is contained in:
최준흠 2026-02-25 17:39:11 +09:00
parent 7c650ef4ba
commit dad140f6db

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