Skip to content

Commit

Permalink
fix admin comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 6, 2024
1 parent 7c305d8 commit da0ab82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Http/Controllers/Api/V2/Admin/User/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

class AdminController extends Controller
{
/**
* Get the menu
* @param Request $request
* @return \Illuminate\Http\JsonResponse
*/
public function menu(Request $request)
{
$admin = $request->user();
Expand Down

0 comments on commit da0ab82

Please sign in to comment.