We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168072b commit 77999b2Copy full SHA for 77999b2
cookbook/security/guard-authentication.rst
@@ -44,7 +44,7 @@ property they use to access their account via the API::
44
private $username;
45
46
/**
47
- * @ORM\Column(type"string", unique=true)
+ * @ORM\Column(type="string", unique=true)
48
*/
49
private $apiKey;
50
0 commit comments