Skip to content

Commit

Permalink
Update Service Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed committed Apr 27, 2016
1 parent e34b6c4 commit efb6195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JwtAuthGuardServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
{
$this->app['auth']->extend('jwt-auth', function ($app, $name, array $config) {
$guard = new JwtAuthGuard(
$app['tymon.jwt.auth'],
$app['tymon.jwt'],
$app['auth']->createUserProvider($config['provider']),
$app['request']
);
Expand Down

0 comments on commit efb6195

Please sign in to comment.