Browse Source

update: route manage

tokumeikoi 2 years ago
parent
commit
40e6400b9b
1 changed files with 1 additions and 1 deletions
  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();
     }