We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d8bde commit 6c69f1aCopy full SHA for 6c69f1a
reference/constraints/Choice.rst
@@ -250,7 +250,7 @@ you can pass the class name and the method as an array.
250
// src/Entity/Author.php
251
namespace App\Entity;
252
253
- use App\Entity\Genre
+ use App\Entity\Genre;
254
use Symfony\Component\Validator\Constraints as Assert;
255
256
class Author
0 commit comments