diff --git a/digging-deeper/oauth2-authentication/oauth2-authentication.md b/digging-deeper/oauth2-authentication/oauth2-authentication.md index 26e3cad..0b714ce 100644 --- a/digging-deeper/oauth2-authentication/oauth2-authentication.md +++ b/digging-deeper/oauth2-authentication/oauth2-authentication.md @@ -85,7 +85,7 @@ class SpotifyConnector extends Connector ->setUserEndpoint('/me') ->setRequestModifier(function (Request $request) { // Optional: Modify the requests being sent. - }) + }); } } ```