1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Merge pull request #30 from renansaddam/patch-1

Version 2.0.5 no longer needs $cli call and the namespace for Components
This commit is contained in:
Guilherme Blanco 2011-05-19 10:16:40 -07:00
commit 48cf91a3d0

View File

@ -734,10 +734,9 @@ doctrine command. Its a fairly simple file:
.. code-block:: php
<?php
$helperSet = new \Symfony\Components\Console\Helper\HelperSet(array(
$helperSet = new \Symfony\Component\Console\Helper\HelperSet(array(
'em' => new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($entityManager)
));
$cli->setHelperSet($helperSet);
You can then change into your project directory and call the
Doctrine command-line tool: