From 77999b28ad85cf1314347a1fb14bd560ec738357 Mon Sep 17 00:00:00 2001 From: Roy Van Ginneken Date: Wed, 16 Dec 2015 13:26:19 +0100 Subject: [PATCH] Update guard-authentication.rst --- cookbook/security/guard-authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/guard-authentication.rst b/cookbook/security/guard-authentication.rst index a19afaf7948..b5d6e264e60 100644 --- a/cookbook/security/guard-authentication.rst +++ b/cookbook/security/guard-authentication.rst @@ -44,7 +44,7 @@ property they use to access their account via the API:: private $username; /** - * @ORM\Column(type"string", unique=true) + * @ORM\Column(type="string", unique=true) */ private $apiKey;