Skip to content

Commit

Permalink
Update ApiAdminUsersController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Dec 2, 2024
1 parent 6d5e040 commit 5e82ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Http/Controllers/Api/V1/Admin/ApiAdminUsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class ApiAdminUsersController extends Controller
'id',
'name',
'email',
'is_admin',
'current_team_id',
'created_at',
'updated_at',
];

/**
Expand Down

0 comments on commit 5e82ea8

Please sign in to comment.