We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfb9cd commit f2ecb0bCopy full SHA for f2ecb0b
config/jwt.php
@@ -146,9 +146,6 @@
146
|
147
*/
148
149
-// 'auth' => function ($app) {
150
-// return new Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter($app['auth']);
151
-// },
152
'auth' => 'Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter',
153
154
/*
@@ -160,9 +157,6 @@
160
157
161
158
162
159
163
-// 'storage' => function ($app) {
164
-// return new Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter($app['cache']);
165
-// }
166
'storage' => 'Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter',
167
168
],
0 commit comments