Skip to content

Commit 18b2add

Browse files
committed
Merge pull request #531 from hfalucas/master
Fixed Authentication and Storage Providers paths
2 parents 44e7a7d + f411730 commit 18b2add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
|
156156
*/
157157

158-
'auth' => 'Tymon\JWTAuth\Providers\Auth\Illuminate',
158+
'auth' => 'Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter',
159159

160160
/*
161161
|--------------------------------------------------------------------------
@@ -166,7 +166,7 @@
166166
|
167167
*/
168168

169-
'storage' => 'Tymon\JWTAuth\Providers\Storage\Illuminate',
169+
'storage' => 'Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter',
170170

171171
],
172172

0 commit comments

Comments
 (0)