src/Constraints/UrlNotAllowed.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace App\Constraints;
  4. use Symfony\Component\Validator\Constraint;
  5. class UrlNotAllowed extends Constraint
  6. {
  7. }