mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
fix: TopicController
This commit is contained in:
@@ -86,7 +86,7 @@ class TopicController extends Controller
|
||||
->withErrors('You Cannot Start A New Topic Here!');
|
||||
}
|
||||
|
||||
return view('forum.topic.create', [
|
||||
return view('forum.forum_topic.create', [
|
||||
'forum' => $forum,
|
||||
'category' => $category,
|
||||
'title' => $request->input('title'),
|
||||
|
||||
Reference in New Issue
Block a user