Skip to content

Commit f2ecb0b

Browse files
author
Jad Joubran
committed
cleaned up jwt configuration
1 parent bbfb9cd commit f2ecb0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/jwt.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@
146146
|
147147
*/
148148

149-
// 'auth' => function ($app) {
150-
// return new Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter($app['auth']);
151-
// },
152149
'auth' => 'Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter',
153150

154151
/*
@@ -160,9 +157,6 @@
160157
|
161158
*/
162159

163-
// 'storage' => function ($app) {
164-
// return new Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter($app['cache']);
165-
// }
166160
'storage' => 'Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter',
167161

168162
],

0 commit comments

Comments
 (0)