Skip to content

Commit

Permalink
Update app/Http/Controllers/JournalController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Nov 5, 2023
1 parent 0b4662d commit 7859816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/JournalController.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public function edit(Entry $entry)
*/
public function updateDay(Request $request, Day $day)
{
$validatedData = $request->validate([
$validatedData = $request->validate([
'comment' => 'required|string',
]);

Expand Down

0 comments on commit 7859816

Please sign in to comment.