seven 2 일 전
부모
커밋
4f5ba4375b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Services/GameplayRuleService.php

+ 2 - 2
app/Services/GameplayRuleService.php

@@ -45,8 +45,8 @@ class GameplayRuleService extends BaseService
     public static function getWhere(array $search = []) :array
     {
         $where = [];
-        if(isset($search['group']) && !empty($search['group'])){
-            $where[] = ['group', '=', $search['group']];
+        if(isset($search['groups']) && !empty($search['groups'])){
+            $where[] = ['groups', '=', $search['groups']];
         }
         if(isset($search['keywords']) && !empty($search['keywords'])){
             $where[] = ['keywords', '=', $search['keywords']];