DDC-1698 - Prepend autoloader to stack and fix CS
This commit is contained in:
parent
4210969087
commit
7dfe0cae08
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ class Autoloader
|
|||
require $file;
|
||||
}
|
||||
};
|
||||
spl_autoload_register($autoloader);
|
||||
|
||||
spl_autoload_register($autoloader, true, true);
|
||||
|
||||
return $autoloader;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue