mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
⬆️ Upgrading dependencies
This commit is contained in:
@@ -271,7 +271,7 @@ class PhpArrayAdapter implements AdapterInterface, PruneableInterface, Resettabl
|
||||
public static function throwOnRequiredClass($class)
|
||||
{
|
||||
$e = new \ReflectionException("Class $class does not exist");
|
||||
$trace = $e->getTrace();
|
||||
$trace = debug_backtrace();
|
||||
$autoloadFrame = [
|
||||
'function' => 'spl_autoload_call',
|
||||
'args' => [$class],
|
||||
|
||||
Reference in New Issue
Block a user