We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0438f + 6d59659 commit 38b2864Copy full SHA for 38b2864
src/Resources/doc/index.rst
@@ -13,7 +13,7 @@ Run this command to install and enable this bundle in your application:
13
14
.. code-block:: terminal
15
16
- $ composer require maker --dev
+ $ composer require symfony/maker-bundle --dev
17
18
Usage
19
-----
src/Resources/skeleton/doctrine/Entity.tpl.php
@@ -10,8 +10,8 @@
10
class <?= $class_name."\n" ?>
11
{
12
/**
- * @ORM\Id
- * @ORM\GeneratedValue
+ * @ORM\Id()
+ * @ORM\GeneratedValue()
* @ORM\Column(type="integer")
*/
private $id;
0 commit comments