Skip to content

Commit 77999b2

Browse files
committed
Update guard-authentication.rst
1 parent 168072b commit 77999b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/security/guard-authentication.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ property they use to access their account via the API::
4444
private $username;
4545

4646
/**
47-
* @ORM\Column(type"string", unique=true)
47+
* @ORM\Column(type="string", unique=true)
4848
*/
4949
private $apiKey;
5050

0 commit comments

Comments
 (0)