doge il y a 4 heures
Parent
commit
f7ce08ab4c
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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']];
         }