浏览代码

update: route manage

tokumeikoi 2 年之前
父节点
当前提交
40e6400b9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/ServerService.php

+ 1 - 1
app/Services/ServerService.php

@@ -218,7 +218,7 @@ class ServerService
         return $servers;
     }
 
-    public function getRoutes(array $routeIds)
+    public function getRoutes($routeIds)
     {
         return ServerRoute::select(['id', 'match', 'action', 'action_value'])->whereIn('id', $routeIds)->get();
     }