diff options
Diffstat (limited to 'app/Core/OAuth2.php')
-rw-r--r-- | app/Core/OAuth2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/OAuth2.php b/app/Core/OAuth2.php index a7d04f33..ee6a7837 100644 --- a/app/Core/OAuth2.php +++ b/app/Core/OAuth2.php @@ -1,6 +1,6 @@ <?php -namespace Core; +namespace Kanboard\Core; /** * OAuth2 client |