Autoloaders not needed, composer provides them
This commit is contained in:
parent
be6fb617df
commit
a9398e7a74
1 changed files with 0 additions and 6 deletions
|
@ -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';
|
$configFile = getcwd() . DIRECTORY_SEPARATOR . 'cli-config.php';
|
||||||
|
|
||||||
$helperSet = null;
|
$helperSet = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue