mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-10 14:48:43 +00:00
fix tests
This commit is contained in:
parent
48a3c03cd9
commit
83b338e453
|
|
@ -78,7 +78,7 @@ final class Autoloader
|
|||
$class = \ltrim($class, '\\');
|
||||
$class = \strtr($class, '_\\', '//');
|
||||
|
||||
if (\stripos($class, 'Web/Backend')) {
|
||||
if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
|
||||
$class = \str_replace('Web/', 'Install/Application/', $class);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user