From 81ba832d22a8f198b5d7017b6c4d260cd8e5dbf8 Mon Sep 17 00:00:00 2001 From: u_mulder Date: Mon, 5 Nov 2018 22:36:40 +0300 Subject: [PATCH] Update IsTrue.rst --- reference/constraints/IsTrue.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/constraints/IsTrue.rst b/reference/constraints/IsTrue.rst index 029958a3ec7..14dc8a05105 100644 --- a/reference/constraints/IsTrue.rst +++ b/reference/constraints/IsTrue.rst @@ -13,9 +13,9 @@ Also see :doc:`IsFalse `. | Options | - `message`_ | | | - `payload`_ | +----------------+---------------------------------------------------------------------+ -| Class | :class:`Symfony\\Component\\Validator\\Constraints\\True` | +| Class | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrue` | +----------------+---------------------------------------------------------------------+ -| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\TrueValidator` | +| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator`| +----------------+---------------------------------------------------------------------+ Basic Usage