mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-10 14:28:40 +00:00
fix autoloading
This commit is contained in:
parent
372aac5724
commit
333f8c9a08
|
|
@ -80,8 +80,6 @@ final 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user