Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christophe Turbout
auth
Commits
375e3f54
Commit
375e3f54
authored
Feb 07, 2019
by
Bertrand Gauthier
Browse files
Correction du mapping User: spécification du nom de la colonne 'password_reset_token'.
parent
f0393fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Entity/Db/AbstractUser.php
View file @
375e3f54
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment