We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1745ec2 commit 50f4f0eCopy full SHA for 50f4f0e
docs/guides/delete-operation-with-validation.php
@@ -42,7 +42,7 @@ public function validate(mixed $value, Constraint $constraint): void
42
43
namespace App\Entity {
44
use ApiPlatform\Metadata\Delete;
45
- use ApiPlatform\Symfony\Validator\Exception\ValidationException;
+ use ApiPlatform\Validator\Exception\ValidationException;
46
use App\Validator\AssertCanDelete;
47
use Doctrine\ORM\Mapping as ORM;
48
0 commit comments