@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | { |
59 | 59 | // Merge config |
60 | 60 | $this->mergeConfigFrom( |
61 | - dirname(__DIR__).'/config/oauth2-server.php', 'oauth2-server' |
|
61 | + dirname(__DIR__) . '/config/oauth2-server.php', 'oauth2-server' |
|
62 | 62 | ); |
63 | 63 | |
64 | 64 | /* |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | * Add active grants to authorization server |
114 | 114 | */ |
115 | 115 | $this->app->resolving(AuthorizationServer::class, function(AuthorizationServer $authorizationServer) { |
116 | - foreach(config('oauth2-server.grants') as $grantConfig) { |
|
116 | + foreach (config('oauth2-server.grants') as $grantConfig) { |
|
117 | 117 | if (!(boolean) $grantConfig['enabled']) continue; |
118 | 118 | |
119 | 119 | /** @var GrantTypeInterface $grant */ |