[ SendPostPublishedNotification::class, ], PostScheduled::class => [ LogPostScheduled::class, ], CommentCreated::class => [ NotifyAdminAboutComment::class, ], CommentApproved::class => [ NotifyCommentAuthor::class, ], ]; }