コード例 #1
0
ファイル: PostListener.php プロジェクト: vanclist/spatoday
 public function onCommentChange($event, Comment $comment)
 {
     Post::updateCommentInfo($comment->post_id);
 }