Skip to content

Commit

Permalink
Merge pull request #531 from hfalucas/master
Browse files Browse the repository at this point in the history
Fixed Authentication and Storage Providers paths
  • Loading branch information
tymondesigns committed Feb 18, 2016
2 parents 44e7a7d + f411730 commit 18b2add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
|
*/

'auth' => 'Tymon\JWTAuth\Providers\Auth\Illuminate',
'auth' => 'Tymon\JWTAuth\Providers\Auth\IlluminateAuthAdapter',

/*
|--------------------------------------------------------------------------
Expand All @@ -166,7 +166,7 @@
|
*/

'storage' => 'Tymon\JWTAuth\Providers\Storage\Illuminate',
'storage' => 'Tymon\JWTAuth\Providers\Storage\IlluminateCacheAdapter',

],

Expand Down

0 comments on commit 18b2add

Please sign in to comment.