Reuse main classloader
parent
03e627e444
commit
812bf9a2af
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue