소스 검색

Merge branch 'web_sannong_fr'

15313670163 1 일 전
부모
커밋
e3ab4b6ca0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -65,7 +65,7 @@ use Illuminate\Support\Facades\Cache;
 use App\Model\Company;
 use Hyperf\Paginator\Paginator;
 use App\Model\Project;   
-use App\Model\WhiteRouter;
+use App\Model\WhiteRouter;  
 #[RpcService(name: "NewsService", protocol: "jsonrpc-http", server: "jsonrpc-http")]
 class NewsService implements NewsServiceInterface
 {