doge 4 godzin temu
rodzic
commit
f7ce08ab4c
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/Services/UserService.php

+ 0 - 1
app/Services/UserService.php

@@ -45,7 +45,6 @@ class UserService extends BaseService
     public static function getWhere(array $search = []): array
     {
         $where = [];
-        $where[] = ['from', '<>', 2];
         if (isset($search['id']) && !empty($search['id'])) {
             $where[] = ['users.id', '=', $search['id']];
         }