diff --git a/cookbook/security/guard-authentication.rst b/cookbook/security/guard-authentication.rst index a19afaf7948..70ca349b946 100644 --- a/cookbook/security/guard-authentication.rst +++ b/cookbook/security/guard-authentication.rst @@ -46,7 +46,7 @@ property they use to access their account via the API:: /** * @ORM\Column(type"string", unique=true) */ - private $apiKey; + private $apiToken; public function getUsername() {