Skip to content

Commit

Permalink
Upgrade to league/oauth v6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
moeen-basra committed Jul 25, 2017
1 parent bb83de9 commit 80efe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PassportServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function makeAuthorizationServer()
$this->app->make(Bridge\AccessTokenRepository::class),
$this->app->make(Bridge\ScopeRepository::class),
'file://'.Passport::keyPath('oauth-private.key'),
'file://'.Passport::keyPath('oauth-public.key')
app('encrypter')->getKey()
);
}

Expand Down

0 comments on commit 80efe9e

Please sign in to comment.