Skip to content

Commit e23f2d4

Browse files
committed
minor #6025 Update guard-authentication.rst (rvanginneken)
This PR was merged into the 2.8 branch. Discussion ---------- Update guard-authentication.rst Commits ------- 77999b2 Update guard-authentication.rst
2 parents 5275cfb + 77999b2 commit e23f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)