From 92101ae7af47535f5d1ba73a1186fcce16faf791 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 4 Oct 2019 20:36:13 +0530 Subject: [PATCH] feat: added reference docs for Gitlab --- src/Auth/OAuth/Gitlab.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Auth/OAuth/Gitlab.php b/src/Auth/OAuth/Gitlab.php index fbf21a4bd3..fbc6df60fa 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 { /**