seven 1 settimana fa
parent
commit
5f54b4a95e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;
     }