Skip to content

Commit

Permalink
fix jwt expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
hhxsv5 committed Apr 4, 2019
1 parent 4d6e4f7 commit 026abbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Cleaners/JWTCleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class JWTCleaner implements CleanerInterface
'tymon.jwt.auth',
'tymon.jwt.parser',
'tymon.jwt.claim.factory',
'tymon.jwt.manager',
];

public function clean(Container $app, Container $snapshot)
Expand Down

0 comments on commit 026abbd

Please sign in to comment.