Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Apr 7, 2015
1 parent 3515fec commit 29be6b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Providers/JWTAuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ protected function getConfigInstance($instance)
return call_user_func($instance, $this->app);
} elseif (is_string($instance)) {
return $this->app->make($instance);
} else {
return $instance;
}

return $instance;
}
}
4 changes: 2 additions & 2 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
|
| Specify the hashing algorithm that will be used to sign the token.
|
| Possible values are:
| 'HS256', 'HS512', 'HS384', 'RS256'
| See here: https://github.com/namshi/jose/tree/2.2.0/src/Namshi/JOSE/Signer
| for possible values
|
*/

Expand Down

0 comments on commit 29be6b3

Please sign in to comment.