diff options
Diffstat (limited to 'app/Controller/Twofactor.php')
-rw-r--r-- | app/Controller/Twofactor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Twofactor.php b/app/Controller/Twofactor.php index a8b0351f..029ee048 100644 --- a/app/Controller/Twofactor.php +++ b/app/Controller/Twofactor.php @@ -1,6 +1,6 @@ <?php -namespace Controller; +namespace Kanboard\Controller; use Otp\Otp; use Otp\GoogleAuthenticator; |