@@ -42,7 +42,7 @@ |
||
42 | 42 | $clientScopes = $client->scopes; |
43 | 43 | |
44 | 44 | $requestedScopeIds = []; |
45 | - foreach($scopes as $scope) { |
|
45 | + foreach ($scopes as $scope) { |
|
46 | 46 | $requestedScopeIds[] = $scope->getIdentifier(); |
47 | 47 | } |
48 | 48 |
@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | public function boot() |
45 | 45 | { |
46 | - $this->loadRoutesFrom(dirname(__DIR__).'/Http/routes.php'); |
|
46 | + $this->loadRoutesFrom(dirname(__DIR__) . '/Http/routes.php'); |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | public function register() |