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