mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-04 11:48:39 +00:00
fix autoloading
This commit is contained in:
parent
bfba5621d1
commit
e091613d4a
|
|
@ -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