Passed
Push — master ( 2cd207...3fb4f1 )
by Adam
14:04
created
app/Events/CommentSaved.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function broadcastOn()
40 40
     {
41
-        return new Channel('topic:' . $this->comment->post?->topic_id);
41
+        return new Channel('topic:' . $this->comment->post ? ->topic_id);
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.