Remove useless class and add new plugin hooks

This commit is contained in:
Frederic Guillot
2015-10-18 18:13:54 -04:00
parent 2f3563714b
commit 43cffe2828
10 changed files with 14 additions and 35 deletions

View File

@@ -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()
{