diff options
Diffstat (limited to 'app/Auth/Gitlab.php')
-rw-r--r-- | app/Auth/Gitlab.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Auth/Gitlab.php b/app/Auth/Gitlab.php index d9a985bf..306a474d 100644 --- a/app/Auth/Gitlab.php +++ b/app/Auth/Gitlab.php @@ -1,8 +1,8 @@ <?php -namespace Auth; +namespace Kanboard\Auth; -use Event\AuthEvent; +use Kanboard\Event\AuthEvent; /** * Gitlab backend @@ -22,7 +22,7 @@ class Gitlab extends Base * OAuth2 instance * * @access private - * @var \Core\OAuth2 + * @var \Kanboard\Core\OAuth2 */ private $service; @@ -85,7 +85,7 @@ class Gitlab extends Base * Get OAuth2 configured service * * @access public - * @return \Core\OAuth2 + * @return KanboardCore\OAuth2 */ public function getService() { |