mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-02-13 16:18:40 +00:00
fix tests
This commit is contained in:
parent
31158a2f90
commit
0ee73e0a09
|
|
@ -79,7 +79,7 @@ final class Autoloader
|
||||||
$class = \strtr($class, '_\\', '//');
|
$class = \strtr($class, '_\\', '//');
|
||||||
|
|
||||||
if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
|
if (\stripos($class, 'Web/Backend') !== false || \stripos($class, 'Web/Api') !== false) {
|
||||||
$class = \str_replace('Web', 'Install/Application', $class);
|
$class = \str_replace('Web/', 'Install/Application/', $class);
|
||||||
}
|
}
|
||||||
|
|
||||||
$class2 = $class;
|
$class2 = $class;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user