1
0
Fork 0

Reuse main classloader

pull/164/head
Jordi Boggiano 2011-12-19 15:15:27 +01:00
parent 03e627e444
commit 812bf9a2af
1 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,6 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
require __DIR__.'/../vendor/.composer/autoload.php'; $loader = require __DIR__.'/../vendor/.composer/autoload.php';
$loader = new Composer\Autoload\ClassLoader();
$loader->add('Composer\Test', __DIR__); $loader->add('Composer\Test', __DIR__);
$loader->register(); $loader->register();