Skip to content

Commit

Permalink
fixing request
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Oct 2, 2014
1 parent fb5fc9a commit 7c9c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tymon/JWTAuth/JWTAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function login($token)
*/
public function getToken($query = 'token')
{
$request = Request::instance();
$request = app('request');

if ( ! $token = $this->parseAuthHeader($request) )
{
Expand Down

0 comments on commit 7c9c286

Please sign in to comment.