[ // listeners for when a post is created ], PostWasDeleted::class => [ // listeners for when a post is deleted ], PostWasUpdated::class => [ // listeners for when a post is updated ] ]; }