diff --git a/src/Auth/OAuth/Gitlab.php b/src/Auth/OAuth/Gitlab.php index fbf21a4bd..fbc6df60f 100644 --- a/src/Auth/OAuth/Gitlab.php +++ b/src/Auth/OAuth/Gitlab.php @@ -4,6 +4,9 @@ namespace Auth\OAuth; use Auth\OAuth; +// Reference Material +// https://docs.gitlab.com/ee/api/oauth2.html + class Gitlab extends OAuth { /**