diff --git a/src/oauth2server/Server.php b/src/oauth2server/Server.php index 989af660..bebecc72 100644 --- a/src/oauth2server/Server.php +++ b/src/oauth2server/Server.php @@ -271,7 +271,7 @@ class Server foreach ($scopes as $scope) { $this->db->addSessionScope($sessionId, $scope); - + } }