diff options
Diffstat (limited to 'tests/units/Core/Plugin/LoaderTest.php')
-rw-r--r-- | tests/units/Core/Plugin/LoaderTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Core/Plugin/LoaderTest.php b/tests/units/Core/Plugin/LoaderTest.php index 40c23fbb..448723d8 100644 --- a/tests/units/Core/Plugin/LoaderTest.php +++ b/tests/units/Core/Plugin/LoaderTest.php @@ -2,7 +2,7 @@ require_once __DIR__.'/../../Base.php'; -use Core\Plugin\Loader; +use Kanboard\Core\Plugin\Loader; class LoaderTest extends Base { |