DDC-1698 - Prepend autoloader to stack and fix CS
This commit is contained in:
parent
4210969087
commit
7dfe0cae08
@ -75,7 +75,9 @@ class Autoloader
|
||||
require $file;
|
||||
}
|
||||
};
|
||||
spl_autoload_register($autoloader);
|
||||
|
||||
spl_autoload_register($autoloader, true, true);
|
||||
|
||||
return $autoloader;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user