Skip to content

Commit

Permalink
Merge pull request #19 from thijsvdanker/middleware-contract
Browse files Browse the repository at this point in the history
Middleware contract has been deprecated in 5.1
  • Loading branch information
glena committed Oct 27, 2015
2 parents 9557e2d + 33485bc commit 0e936c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Auth0/Login/Middleware/Auth0JWTMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@


use Auth0\Login\Contract\Auth0UserRepository;
use Illuminate\Contracts\Routing\Middleware;
use Auth0\SDK\Exception\CoreException;

class Auth0JWTMiddleware implements Middleware {
class Auth0JWTMiddleware {

protected $userRepository;

Expand Down

0 comments on commit 0e936c2

Please sign in to comment.