8000 Merge branch '4.3' into 4.4 · symfony/symfony-docs@15344cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 15344cb

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update guard_authentication.rst
2 parents 6db5724 + b8498bb commit 15344cb

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)
0