Skip to content

Commit 2451018

Browse files
committed
fix activity log name
1 parent 20a4e10 commit 2451018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Listeners/Auth/PasswordResetListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PasswordResetListener
99
{
1010
public function reset(PasswordReset $event): void
1111
{
12-
Activity::event('event:password-reset')
12+
Activity::event('auth:password-reset')
1313
->withRequestMetadata()
1414
->subject($event->user)
1515
->log();

0 commit comments

Comments
 (0)