Skip to content

Commit 3e99663

Browse files
OskarStarkNyholm
authored andcommitted
Update messenger/message-recorder.rst
Co-Authored-By: Nyholm <tobias.nyholm@gmail.com>
1 parent fe81abc commit 3e99663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/message-recorder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ buses. For the example, the middleware must be loaded for both the command and e
175175
$this->em = $em;
176176
}
177177
178-
public function __invoke(UserSignedUp $eent)
178+
public function __invoke(UserSignedUp $event)
179179
{
180180
$user = $this->em->getRepository(User::class)->find(new User($event->getUuid()));
181181

0 commit comments

Comments
 (0)