Skip to content

Commit 9e1f4a0

Browse files
committed
wip
1 parent 648aa42 commit 9e1f4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Forum/ThreadsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function show(Thread $thread)
8181
return view('forum.threads.show', compact('thread', 'moderators'));
8282
}
8383

84-
public function create()
84+
public function create(): RedirectResponse|View
8585
{
8686
if (Auth::user()->hasTooManyThreadsToday()) {
8787
$this->error('You can only post a maximum of 5 threads per day.');

0 commit comments

Comments
 (0)