From 43cffe282868ff5c32804c34b31baaa1317f5a8e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 18 Oct 2015 18:13:54 -0400 Subject: Remove useless class and add new plugin hooks --- app/Auth/Github.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Auth/Github.php') 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() { -- cgit v1.2.3