Skip to content

Commit 4b39928

Browse files
committed
Fix the code style
1 parent 8b37ed8 commit 4b39928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/lib/bootstrap/com.woltlab.wcf.conversation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static function (\wcf\event\user\profile\UserProfileHeaderInteractionOptionColle
3939
$eventHandler->register(
4040
\wcf\event\endpoint\ControllerCollecting::class,
4141
static function (\wcf\event\endpoint\ControllerCollecting $event) {
42-
$event->register(new \wcf\system\endpoint\controller\core\conversations\GetConversationPopover);
42+
$event->register(new \wcf\system\endpoint\controller\core\conversations\GetConversationPopover());
4343
}
4444
);
4545
};

0 commit comments

Comments
 (0)