Skip to content

Commit

Permalink
php: updated jwt namespace in authenticate middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 13, 2016
1 parent 857bf35 commit 0dbd12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/php/app/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace App\Http\Middleware;

use JWT;
use Firebase\JWT\JWT;
use Config;
use Closure;
use Illuminate\Contracts\Auth\Guard;
Expand Down

0 comments on commit 0dbd12e

Please sign in to comment.