Removed useless code in autoloader.php.dist
This commit is contained in:
parent
42bbd78f19
commit
7a6fe552c6
1 changed files with 0 additions and 4 deletions
|
|
@ -9,10 +9,6 @@ $loader = new UniversalClassLoader();
|
|||
$loader->registerNamespaces(array(
|
||||
'Symfony' => array($vendorDir.'/symfony/src'),
|
||||
));
|
||||
$loader->registerPrefixes(array(
|
||||
'Twig_Extensions_' => $vendorDir.'/twig-extensions/lib',
|
||||
'Twig_' => $vendorDir.'/twig/lib',
|
||||
));
|
||||
$loader->register();
|
||||
|
||||
spl_autoload_register(function($class) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue