Fix getting started doc to work with current version
This commit is contained in:
parent
f269ecc3ac
commit
c64c149ebf
@ -187,9 +187,7 @@ doctrine command. Its a fairly simple file:
|
||||
// cli-config.php
|
||||
require_once "bootstrap.php";
|
||||
|
||||
$helperSet = new \Symfony\Component\Console\Helper\HelperSet(array(
|
||||
'em' => new \Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper($entityManager)
|
||||
));
|
||||
return \Doctrine\ORM\Tools\Console\ConsoleRunner::createHelperSet($entityManager);
|
||||
|
||||
You can then change into your project directory and call the
|
||||
Doctrine command-line tool:
|
||||
|
Loading…
x
Reference in New Issue
Block a user