From a74722e5bb57b57bb4f5c4f431e5a3139cd88a94 Mon Sep 17 00:00:00 2001 From: Ibes Mongabure Date: Wed, 28 Jun 2023 14:59:16 +0200 Subject: [PATCH] attributes on RefreshToken entity (#357) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2482664..87a1323 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ gesdinet_jwt_refresh_token: 2. Create the object class. -If you are using the Doctrine ORM, the below contents should be placed at `src/Entity/RefreshToken.php`: - +If you are using the Doctrine ORM, the below contents should be placed at `src/Entity/RefreshToken.php` (use annotations OR attributes): + ```php