Skip to content

Commit 644f941

Browse files
committed
styleci fix
1 parent 8b6e7b1 commit 644f941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/DiscussionService.php

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

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

0 commit comments

Comments
 (0)