Commit 9991252
committed
Show recent challenge contributors instead of random; bump PHP platform to 8.3 and update lockfile
- Replace inRandomOrder() with orderBy('challenge_user.created_at', 'desc') in HomeController and ChallengeRepository so avatars/submissions and challenge user lists show most-recent contributors consistently (works with cached home content).
- Add PHP 8.3.0 to composer.json "platform" and regenerate composer.lock to reflect dependency updates and platform-overrides.1 parent 40242b4 commit 9991252
4 files changed
Lines changed: 659 additions & 667 deletions
File tree
- app
- Http/Controllers
- Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments