From 541cdd61f6ef513ebe1454263e7f2903119dd870 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 11:32:52 +0000 Subject: [PATCH] fix autoloader --- tests/Autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Autoloader.php b/tests/Autoloader.php index d07405a..621bdc4 100644 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -34,7 +34,7 @@ final class Autoloader */ private static $paths = [ __DIR__ . '/../', - __DIR__ . '/../MainAutoloader/', + __DIR__ . '/../MainRepository/', __DIR__ . '/../../', ];