Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ need. The command will ask you some questions - answer them like done below:
The interactive behavior of the ``make:entity`` command was introduced
in MakerBundle 1.3.

Woh! You now have a new ``src/Entity/Product.php`` file::
Whoa! You now have a new ``src/Entity/Product.php`` file::

// src/Entity/Product.php
namespace App\Entity;
Expand Down