Skip to content

Commit f9ac618

Browse files
committed
[#5799] add namespace
1 parent 0c1903d commit f9ac618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/forms.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ object.
355355
.. code-block:: php-annotations
356356
357357
// src/AppBundle/Entity/Task.php
358+
namespace AppBundle\Entity;
359+
358360
use Symfony\Component\Validator\Constraints as Assert;
359361
360362
class Task

0 commit comments

Comments
 (0)