We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d9b29 commit bc2447dCopy full SHA for bc2447d
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\Colum(type"string", unique=true)
+ * @ORM\Column(type"string", unique=true)
48
*/
49
private $apiKey;
50
0 commit comments