AI 2 달 전
부모
커밋
87a3d18de1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/JsonRpc/WebsiteService.php

+ 1 - 0
app/JsonRpc/WebsiteService.php

@@ -1172,4 +1172,5 @@ class WebsiteService implements WebsiteServiceInterface
             return Result::success($list);
         }
     }
+
 }