8000 Remove AppBundle form path and namespace. refs #13178 · symfony/symfony-docs@e5b94a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5b94a5

Browse files
committed
Remove AppBundle form path and namespace. refs #13178
1 parent bd56621 commit e5b94a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validation/custom_constraint.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ not to the property:
248248
249249
.. code-block:: php
250250
251-
// src/AppBundle/Entity/AcmeEntity.php
252-
use AppBundle\Validator\Constraints\ProtocolClass;
251+
// src/Entity/AcmeEntity.php
252+
use App\Validator\Constraints\ProtocolClass;
253253
use Symfony\Component\Validator\Mapping\ClassMetadata;
254254
255255
class AcmeEntity

0 commit comments

Comments
 (0)
0