remove comment about cli-config
This commit is contained in:
parent
dca0881d94
commit
ec57306efe
@ -5,7 +5,6 @@ $em = require_once __DIR__.'/bootstrap.php';
|
||||
$cli = new \Symfony\Component\Console\Application('Doctrine Command Line Interface', Doctrine\Common\Version::VERSION);
|
||||
$cli->setCatchExceptions(true);
|
||||
|
||||
// Variable $helpers is defined inside cli-config.php
|
||||
$cli->setHelperSet(new Symfony\Component\Console\Helper\HelperSet(array(
|
||||
'db' => new \Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper($em->getConnection()),
|
||||
'em' => new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($em)
|
||||
|
Loading…
Reference in New Issue
Block a user