lip 1 неделя назад
Родитель
Сommit
c5667b244a
1 измененных файлов с 0 добавлено и 1 удалено
  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']];
         }