mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-10 15:28:39 +00:00
fix tests
This commit is contained in:
parent
0f1019c8a9
commit
8e07b3e33b
|
|
@ -77,6 +77,11 @@ final class Autoloader
|
|||
{
|
||||
$class = \ltrim($class, '\\');
|
||||
$class = \strtr($class, '_\\', '//');
|
||||
|
||||
if (\stripos($class, 'Web/Backend')) {
|
||||
$class = \str_replace('Web', 'Install/Application', $class);
|
||||
}
|
||||
|
||||
$class2 = $class;
|
||||
|
||||
$pos = \stripos($class, '/');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user