Skip to content

Commit f499398

Browse files
committed
Internal: Fix typo in new field naming for password rotation - refs #6460
1 parent 0fc317f commit f499398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreBundle/Entity/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ class User implements UserInterface, EquatableInterface, ResourceInterface, Reso
738738
private Collection $authSources;
739739

740740
#[Groups(['user:read', 'user:write'])]
741-
#[ORM\Column(name: 'password_update_at', type: 'datetime', nullable: true)]
741+
#[ORM\Column(name: 'password_updated_at', type: 'datetime', nullable: true)]
742742
protected ?\DateTimeInterface $passwordUpdatedAt = null;
743743

744744
public function __construct()

0 commit comments

Comments
 (0)