1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Autoloaders not needed, composer provides them

This commit is contained in:
Benjamin Eberlei 2012-05-22 21:54:43 +02:00
parent be6fb617df
commit a9398e7a74

View File

@ -24,12 +24,6 @@ EOT
);
}
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
$classLoader->register();
$classLoader = new \Doctrine\Common\ClassLoader('Symfony');
$classLoader->register();
$configFile = getcwd() . DIRECTORY_SEPARATOR . 'cli-config.php';
$helperSet = null;