I get refresh token but when I call jwt refresh path response is 500 (Class gesdinet.jwtrefreshtoken does not exist. (500 Internal Server Error)) composer.json
`"require"` : {
"php" : ">=7.1",
"symfony/symfony" : "3.4.*",
"doctrine/orm" : "^2.5",
"doctrine/doctrine-bundle" : "^1.6",
"doctrine/doctrine-cache-bundle" : "^1.3",
....
"lexik/jwt-authentication-bundle": "^2.4",
"gesdinet/jwt-refresh-token-bundle": "^0.5.2"
},
the configuration is identical to the documentation, anyone can help? https://github.com/gesdinet/JWTRefreshTokenBundle#jwtrefreshtokenbundle