diff options
Diffstat (limited to 'tests/units/Core/OAuth2Test.php')
-rw-r--r-- | tests/units/Core/OAuth2Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Core/OAuth2Test.php b/tests/units/Core/OAuth2Test.php index a0e4b43f..d5713608 100644 --- a/tests/units/Core/OAuth2Test.php +++ b/tests/units/Core/OAuth2Test.php @@ -2,7 +2,7 @@ require_once __DIR__.'/../Base.php'; -use Core\OAuth2; +use Kanboard\Core\OAuth2; class OAuth2Test extends Base { |