Skip to content

Commit 8b6e7b1

Browse files
committed
comment cleanup
1 parent ff317dc commit 8b6e7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Services/DiscussionService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public function make(Request $request, Group $group)
3333
$group->discussions()->save($discussion);
3434

3535
$data = $this->getSanitizedPostData($request->only(['formatting', 'content']));
36-
//Set the post as the initial post of the discussion
36+
37+
// Set the post as the initial post of the discussion
3738
$data['is_initial_post'] = 1;
3839

3940
// Make the post and attach it to the user

0 commit comments

Comments
 (0)