seven 1 tuần trước cách đây
mục cha
commit
5f54b4a95e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/Services/KeyboardService.php

+ 3 - 0
app/Services/KeyboardService.php

@@ -52,6 +52,9 @@ class KeyboardService extends BaseService
         if (isset($search['button']) && !empty($search['button'])) {
             $where[] = ['button', '=', $search['button']];
         }
+        if (isset($search['explain']) && !empty($search['explain'])) {
+            $where[] = ['explain', '=', $search['explain']];
+        }
        
         return $where;
     }