Skip to content

Commit 31ce8ed

Browse files
authored
Update README.md
1 parent c5bfa32 commit 31ce8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class UserAuthenticationLogFactory implements AuthenticationLogFactoryInterface
201201
throw new \InvalidArgumentException();
202202
}
203203
204-
return new AssureAuthLog(
204+
return new UserAuthenticationLog(
205205
user: $user,
206206
userInformation: $userInformation,
207207
);

0 commit comments

Comments
 (0)