Skip to content

Commit a4b7207

Browse files
OskarStarkxabbuh
authored andcommitted
fix use statement
1 parent 31686aa commit a4b7207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/registration_form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ option to ``false``::
375375

376376
// src/AppBundle/Form/UserType.php
377377
// ...
378-
use Symfony\\Component\\Validator\\Constraints\\IsTrue;
378+
use Symfony\Component\Validator\Constraints\IsTrue;
379379

380380
class UserType extends AbstractType
381381
{

0 commit comments

Comments
 (0)