We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5275cfb + 77999b2 commit e23f2d4Copy full SHA for e23f2d4
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