fix autoloader

This commit is contained in:
Dennis Eichhorn 2023-09-25 11:32:52 +00:00
parent cc17fc4e3c
commit 6b8d568374

View File

@ -34,7 +34,7 @@ final class Autoloader
*/ */
private static $paths = [ private static $paths = [
__DIR__ . '/../', __DIR__ . '/../',
__DIR__ . '/../MainAutoloader/', __DIR__ . '/../MainRepository/',
__DIR__ . '/../../', __DIR__ . '/../../',
]; ];