From f3a8fe24b88e4788b6e7f2c98ce20e3f7fcb742c 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__ . '/../../', ];