Skip to content

Commit

Permalink
Update guard-authentication.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanginneken committed Dec 16, 2015
1 parent 168072b commit 77999b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/guard-authentication.rst
Expand Up @@ -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;

Expand Down

0 comments on commit 77999b2

Please sign in to comment.