diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-19 21:05:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-19 21:05:41 -0400 |
commit | 7303a79b503dde63c627675ce4155f96c4e4dbd3 (patch) | |
tree | 91f2d7bcfc228bc5218ff8e2db2d7b9a2c19475c /app/Auth | |
parent | 43cffe282868ff5c32804c34b31baaa1317f5a8e (diff) |
Cleanup and minor fixes
Diffstat (limited to 'app/Auth')
-rw-r--r-- | app/Auth/Gitlab.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/Gitlab.php b/app/Auth/Gitlab.php index 8df3a5ec..a59bc1fa 100644 --- a/app/Auth/Gitlab.php +++ b/app/Auth/Gitlab.php @@ -86,7 +86,7 @@ class Gitlab extends Base * Get OAuth2 configured service * * @access public - * @return KanboardCore\OAuth2 + * @return Kanboard\Core\OAuth2 */ public function getService() { |