Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
florence-77 committed Oct 6, 2023
1 parent c47c10c commit 3691b0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Http/Controllers/DeleteAccountRequestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ public function myIndex(): JsonResponse
$this->authorize('accessList', DeleteAccountRequest::class);

return $this->success(DeleteAccountRequest::findOrFail(auth()->id()));
// return $this->success(DeleteAccountRequest::where('user_id', auth()->id())
// ->orderByDesc('id')
// ->first());
}

/**
Expand Down

0 comments on commit 3691b0c

Please sign in to comment.