lip 3 months ago
parent
commit
c5667b244a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Services/UserService.php

+ 0 - 1
app/Services/UserService.php

@@ -46,7 +46,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']];
         }