fix autoloading

This commit is contained in:
Dennis Eichhorn 2023-09-27 04:25:24 +00:00
parent fb35f86c5c
commit 9cef4cddaf

View File

@ -79,8 +79,6 @@ class Autoloader
if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
$class = \str_replace('Web/', 'Install/Application/', $class);
} elseif (\stripos($class, 'Autoloader') !== false) {
$class = 'tests/Autoloader.php';
}
$class2 = $class;