From: Marcel Werk Date: Mon, 13 May 2024 10:05:23 +0000 (+0200) Subject: Update information about the `BoxCollecting` event X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c131698c289621bc2b3bcff253971cc24f90e03;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Update information about the `BoxCollecting` event --- diff --git a/docs/php/api/acp_dashboard_boxes.md b/docs/php/api/acp_dashboard_boxes.md index 684020e2..0de94682 100644 --- a/docs/php/api/acp_dashboard_boxes.md +++ b/docs/php/api/acp_dashboard_boxes.md @@ -13,9 +13,6 @@ Example: register(AcpDashboardCollecting::class, static function (AcpDashboardCollecting $event) { + $eventHandler->register(BoxCollecting::class, static function (BoxCollecting $event) { $event->register(\wcf\system\acp\dashboard\box\FooBox::class); }); };