diff --git a/app/Auth/Base.php b/app/Auth/Base.php deleted file mode 100644 index a354c200d..000000000 --- a/app/Auth/Base.php +++ /dev/null @@ -1,34 +0,0 @@ -container = $container; - $this->db = $this->container['db']; - } -} diff --git a/app/Auth/Database.php b/app/Auth/Database.php index 36be669e3..91b17a5fa 100644 --- a/app/Auth/Database.php +++ b/app/Auth/Database.php @@ -2,6 +2,7 @@ namespace Kanboard\Auth; +use Kanboard\Core\Base; use Kanboard\Model\User; use Kanboard\Event\AuthEvent; diff --git a/app/Auth/Github.php b/app/Auth/Github.php index 28478b562..b89dc5b80 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() { diff --git a/app/Auth/Gitlab.php b/app/Auth/Gitlab.php index 306a474dc..8df3a5ec7 100644 --- a/app/Auth/Gitlab.php +++ b/app/Auth/Gitlab.php @@ -2,6 +2,7 @@ namespace Kanboard\Auth; +use Kanboard\Core\Base; use Kanboard\Event\AuthEvent; /** diff --git a/app/Auth/Google.php b/app/Auth/Google.php index 76e65fb6a..32bcb4b11 100644 --- a/app/Auth/Google.php +++ b/app/Auth/Google.php @@ -2,6 +2,7 @@ namespace Kanboard\Auth; +use Kanboard\Core\Base; use Kanboard\Event\AuthEvent; /** diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php index 687762d34..c252be17a 100644 --- a/app/Auth/Ldap.php +++ b/app/Auth/Ldap.php @@ -2,6 +2,7 @@ namespace Kanboard\Auth; +use Kanboard\Core\Base; use Kanboard\Event\AuthEvent; /** diff --git a/app/Auth/RememberMe.php b/app/Auth/RememberMe.php index bba2bda62..0290e36cf 100644 --- a/app/Auth/RememberMe.php +++ b/app/Auth/RememberMe.php @@ -2,6 +2,7 @@ namespace Kanboard\Auth; +use Kanboard\Core\Base; use Kanboard\Core\Request; use Kanboard\Event\AuthEvent; use Kanboard\Core\Security; diff --git a/app/Auth/ReverseProxy.php b/app/Auth/ReverseProxy.php index 6f998a347..abcdd449b 100644 --- a/app/Auth/ReverseProxy.php +++ b/app/Auth/ReverseProxy.php @@ -2,6 +2,7 @@ namespace Kanboard\Auth; +use Kanboard\Core\Base; use Kanboard\Event\AuthEvent; /** diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php index 2ffc53cbc..2f75b113c 100644 --- a/app/Template/auth/index.php +++ b/app/Template/auth/index.php @@ -1,5 +1,7 @@
= $this->e($errors['login']) ?>
@@ -31,6 +33,8 @@ + = $this->hook->render('template:auth:login-form:after') ?> +