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

remove comment about cli-config

This commit is contained in:
Gusakov Nikita 2013-05-18 01:44:47 +04:00
parent dca0881d94
commit ec57306efe

View File

@ -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)