diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 14069f4ea..8b24c3c2c 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -734,10 +734,9 @@ doctrine command. Its a fairly simple file: .. code-block:: php 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: