Skip to content

Commit

Permalink
refactor: fix PHP styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored and github-actions[bot] committed Sep 16, 2024
1 parent 7aa04e5 commit 0d14806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Users/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ public function getUserSubmissions(Request $request, $name) {
}

return view('user.submission_logs', [
'user' => $this->user,
'logs' => $logs->paginate(30)->appends($request->query()),
'user' => $this->user,
'logs' => $logs->paginate(30)->appends($request->query()),
'prompts' => Prompt::active()->pluck('name', 'id'),
]);
}
Expand Down

0 comments on commit 0d14806

Please sign in to comment.