Skip to content

Commit 38b2864

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents ba0438f + 6d59659 commit 38b2864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Resources/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run this command to install and enable this bundle in your application:
1313

1414
.. code-block:: terminal
1515
16-
$ composer require maker --dev
16+
$ composer require symfony/maker-bundle --dev
1717
1818
Usage
1919
-----

src/Resources/skeleton/doctrine/Entity.tpl.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
class <?= $class_name."\n" ?>
1111
{
1212
/**
13-
* @ORM\Id
14-
* @ORM\GeneratedValue
13+
* @ORM\Id()
14+
* @ORM\GeneratedValue()
1515
* @ORM\Column(type="integer")
1616
*/
1717
private $id;

0 commit comments

Comments
 (0)