mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-02 23:38:42 +00:00
fix tests
This commit is contained in:
parent
c904ed310a
commit
26a69a9028
|
|
@ -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