From ec7f706c95d0bc47c66fa2a85f597622cbbc021a Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 30 Sep 2019 14:36:47 +0530 Subject: [PATCH] feat: removed unused variable --- src/Auth/OAuth/Gitlab.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Auth/OAuth/Gitlab.php b/src/Auth/OAuth/Gitlab.php index 9741e5f1b..923add88f 100644 --- a/src/Auth/OAuth/Gitlab.php +++ b/src/Auth/OAuth/Gitlab.php @@ -6,10 +6,6 @@ use Auth\OAuth; class Gitlab extends OAuth { - /** - * @var string - */ - // protected $version = 'v4'; /** * @var array */