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 eba7c9f commit d59f7fcCopy full SHA for d59f7fc
src/AppBundle/Entity/Post.php
@@ -105,6 +105,7 @@ class Post
105
*
106
* @ORM\ManyToMany(targetEntity="AppBundle\Entity\Tag", cascade={"persist"})
107
* @ORM\JoinTable(name="symfony_demo_post_tag")
108
+ * @ORM\OrderBy({"name": "ASC"})
109
* @Assert\Count(max="4", maxMessage="post.too_many_tags")
110
*/
111
private $tags;
0 commit comments