Skip to content

Commit

Permalink
return test
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcrr committed Jul 22, 2023
1 parent 102412e commit 6d86797
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Http/Controllers/API/DeleteAccountController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ public function __invoke (Request $request)
// Check the users password matches
\Log::info($request->all());


return [
'test' => true
];

// user.photos
Photo::where('user_id', $userId)
Expand Down

0 comments on commit 6d86797

Please sign in to comment.