Advertisement
rodro1

Implicit conversion of keys from strings is deprecated

Dec 8th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. In config\jwt.php file Change :
  2.  
  3. 'jwt' => Tymon\JWTAuth\Providers\JWT\Lcobucci::class,
  4. to
  5.  
  6. 'jwt' => Tymon\JWTAuth\Providers\JWT\Namshi::class,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement