From 8b8ffe4d33a646fd7e3f9c9b44c4bbe802382be9 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:25:15 +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 423ba14..9a595c8 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만 가능");