// src/Entity/Author.php namespace App\Entity; // ... use Symfony\Component\Validator\Constraints as Assert; class Author { #[Assert\Choice( choices: ['fiction' ...
確定! 回上一頁