Skip to content

Commit 6e652ea

Browse files
Change namespace
Co-authored-by: Alexandre Daubois <2144837+alexandre-daubois@users.noreply.github.com>
1 parent 3578e71 commit 6e652ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/translations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Now, create a ``validators`` catalog file in the ``translations/`` directory:
123123
You may need to clear your cache (even in the dev environment) after creating
124124
this file for the first time.
125125

126-
You can also use :class:`Ns\\TranslatableMessage` to build your violation message::
126+
You can also use :class:`Symfony\\Component\\Translation\\TranslatableMessage` to build your violation message::
127127

128128
use Symfony\Component\Translation\TranslatableMessage;
129129
use Symfony\Component\Validator\Constraints as Assert;

0 commit comments

Comments
 (0)