1
0
tokumeikoi 2 жил өмнө
parent
commit
40e6400b9b

+ 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();
     }