Skip to content
Snippets Groups Projects
Commit 9ec0bb9d authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du mapping User: spécification du nom de la colonne 'password_reset_token'.

parent 3b2dca42
No related branches found
No related tags found
No related merge requests found
Pipeline #3547 failed
......@@ -57,7 +57,7 @@ abstract class AbstractUser implements UserInterface, ProviderInterface
/**
* @var string
* @ORM\Column(type="string", length=256)
* @ORM\Column(name="password_reset_token", type="string", length=256)
*/
protected $passwordResetToken;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment