Skip to content

Commit

Permalink
fix: cs:fix ran to fix class file in Server.php
Browse files Browse the repository at this point in the history
Signed-off-by: yemkareems <yemkareems@gmail.com>
  • Loading branch information
yemkareems committed Jun 11, 2024
1 parent 758e1e0 commit a019ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,6 @@ private function connectDispatcher() {
$eventDispatched->addServiceListener(LoginFailed::class, LoginFailedListener::class);
$eventDispatched->addServiceListener(PostLoginEvent::class, UserLoggedInListener::class);
$eventDispatched->addServiceListener(BeforeUserDeletedEvent::class, BeforeUserDeletedListener::class);

}

/**
Expand Down

0 comments on commit a019ea0

Please sign in to comment.