From 6dc10270f6a189981fdc224ca695971df7048d08 Mon Sep 17 00:00:00 2001 From: OrangeVinz Date: Wed, 9 Oct 2019 17:35:30 +0200 Subject: [PATCH] Update guard_authentication.rst --- security/guard_authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index 205c52b286e..77e948aaabd 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -38,7 +38,7 @@ directly to your ``User`` class (the ``make:entity`` command is a good way to do // ... + /** - + * @ORM\Column(type="string", unique=true) + + * @ORM\Column(type="string", unique=true, nullable=true) + */ + private $apiToken;