diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index a5b1f86a752..b3e33087151 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -27,7 +27,7 @@ property they use to access their account via the API:: /** * @ORM\Entity - * @ORM\Table(name="user") + * @ORM\Table(name="`user`") */ class User implements UserInterface {