diff --git a/src/config/config.php b/src/config/config.php index 365c8cb2f..d665b77f9 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -155,7 +155,7 @@ | */ - 'auth' => 'Tymon\JWTAuth\Providers\Auth\Illuminate', + 'auth' => 'Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter', /* |-------------------------------------------------------------------------- @@ -166,7 +166,7 @@ | */ - 'storage' => 'Tymon\JWTAuth\Providers\Storage\Illuminate', + 'storage' => 'Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter', ],