Skip to content

Commit

Permalink
Merge default Passport configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hackel committed Jul 4, 2019
1 parent 89c81aa commit 19f8ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PassportServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ protected function registerMigrations()
*/
public function register()
{
$this->mergeConfigFrom(__DIR__.'/../config/passport.php', 'passport');

$this->registerAuthorizationServer();

$this->registerResourceServer();
Expand Down

0 comments on commit 19f8ef0

Please sign in to comment.