Skip to content

Commit 6dc1027

Browse files
authored
Update guard_authentication.rst
1 parent 0106fc9 commit 6dc1027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ directly to your ``User`` class (the ``make:entity`` command is a good way to do
3838
// ...
3939
4040
+ /**
41-
+ * @ORM\Column(type="string", unique=true)
41+
+ * @ORM\Column(type="string", unique=true, nullable=true)
4242
+ */
4343
+ private $apiToken;
4444

0 commit comments

Comments
 (0)