mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
fix tests
This commit is contained in:
parent
fbdae68380
commit
5a99676064
|
|
@ -79,7 +79,7 @@ final class Autoloader
|
||||||
$class = \strtr($class, '_\\', '//');
|
$class = \strtr($class, '_\\', '//');
|
||||||
|
|
||||||
if (\stripos($class, 'Web/Backend')) {
|
if (\stripos($class, 'Web/Backend')) {
|
||||||
$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