0

I have the following error in production,

I try to load the class "JWTUserFactory" from the namespace "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\Security\Factory".

Forgot a "use" declaration for another namespace?

Although the same says in local does not give me failure. Does anyone know why it happens?

Community
  • 1
  • 1

1 Answers1

0

I found the solution by updating the project using composer update