Autoloaders not needed, composer provides them
This commit is contained in:
parent
be6fb617df
commit
a9398e7a74
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user