From dad140f6db041a3932b4c8d5665c55c55e0160a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 25 Feb 2026 17:39:11 +0900 Subject: [PATCH] dbmsv4 init...5 --- app/Services/Equipment/ServerService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Equipment/ServerService.php b/app/Services/Equipment/ServerService.php index 91fec44..636c725 100644 --- a/app/Services/Equipment/ServerService.php +++ b/app/Services/Equipment/ServerService.php @@ -141,8 +141,8 @@ class ServerService extends EquipmentService } $oldEntity = clone $entity; - // echo var_dump($formDatas); - // dd($entity); + echo var_dump($formDatas); + dd($entity); $entity = parent::modify_process($entity, $formDatas); if (!$entity instanceof ServerEntity) { throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생:Return Type은 ServerEntity만 가능");