summaryrefslogtreecommitdiffstats
path: root/Autoload.php.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-10-03 11:33:21 +0200
committerRemi Collet <fedora@famillecollet.com>2014-10-03 11:33:21 +0200
commitc994188d13fc118a10685ae9ea9e10dc175cb51e (patch)
treedc0674d86ea0c1fce2dd38c093605c0155a5e366 /Autoload.php.in
parent44543ff6ad5f95163ee0dbe24e51f1fbba7464a5 (diff)
php-phpunit-PHPUnit: 4.3.0
Diffstat (limited to 'Autoload.php.in')
-rw-r--r--Autoload.php.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Autoload.php.in b/Autoload.php.in
index 5b6b946..c95ad17 100644
--- a/Autoload.php.in
+++ b/Autoload.php.in
@@ -22,8 +22,7 @@ $loader = new UniversalClassLoader();
$loader->registerNamespaces(array(
'Symfony\\Component\\Yaml' => $vendorDir,
'Symfony\\Component\\ClassLoader' => $vendorDir,
- 'LazyMap' => $vendorDir,
- 'Instantiator' => $vendorDir,
+ 'Doctrine\\Instantiator' => $vendorDir,
));
$loader->register();