Commit 375e3f54 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 f0393fa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;