summaryrefslogtreecommitdiff
path: root/app/Auth/Github.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-18 18:13:54 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-18 18:13:54 -0400
commit43cffe282868ff5c32804c34b31baaa1317f5a8e (patch)
tree36f4514e54c28a3e6e7b3b90683b5bed14c49c4a /app/Auth/Github.php
parent2f3563714b4f293516af46a23779cb24327be363 (diff)
Remove useless class and add new plugin hooks
Diffstat (limited to 'app/Auth/Github.php')
-rw-r--r--app/Auth/Github.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Auth/Github.php b/app/Auth/Github.php
index 28478b56..b89dc5b8 100644
--- a/app/Auth/Github.php
+++ b/app/Auth/Github.php
@@ -2,6 +2,7 @@
namespace Kanboard\Auth;
+use Kanboard\Core\Base;
use Kanboard\Event\AuthEvent;
/**
@@ -85,7 +86,7 @@ class Github extends Base
* Get OAuth2 configured service
*
* @access public
- * @return KanboardCore\OAuth2
+ * @return Kanboard\Core\OAuth2
*/
public function getService()
{