Ken 1 week ago
parent
commit
955cbbe0a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Controllers/admin/User.php

+ 0 - 1
app/Http/Controllers/admin/User.php

@@ -57,7 +57,6 @@ class User extends Controller
                 'member_id' => ['nullable', 'string', 'min:1'],
                 'first_name' => ['nullable', 'string', 'min:1'],
                 'username' => ['nullable', 'string', 'min:1'],
-
             ]);
             $search = request()->all();
             $result = UserService::paginate($search);