mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 17:30:27 -05:00
chore: linting
This commit is contained in:
@@ -67,8 +67,8 @@ class TopicController extends Controller
|
||||
$topic->save();
|
||||
|
||||
return view('forum.topic.show', [
|
||||
'topic' => $topic,
|
||||
'forum' => $forum,
|
||||
'topic' => $topic,
|
||||
'forum' => $forum,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user