|
@@ -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
|
|
|
{
|