Skip to content

Commit

Permalink
save coins too
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1DEA committed Sep 8, 2023
1 parent a4f5761 commit 1cb712a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Game/LevelReplayController.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function store(Request $request): RedirectResponse
$replay->level_id = $level->id;
$replay->format = $request->string('format');
$replay->notes = $request->string('notes');
$replay->coins = $request->integer('coins');
$replay->save();

$file = new Media();
Expand Down

0 comments on commit 1cb712a

Please sign in to comment.