We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0106fc9 commit 6dc1027Copy full SHA for 6dc1027
security/guard_authentication.rst
@@ -38,7 +38,7 @@ directly to your ``User`` class (the ``make:entity`` command is a good way to do
38
// ...
39
40
+ /**
41
- + * @ORM\Column(type="string", unique=true)
+ + * @ORM\Column(type="string", unique=true, nullable=true)
42
+ */
43
+ private $apiToken;
44
0 commit comments