Commit bed315bd authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Modif tri par défaut

parent 12555f67
Loading
Loading
Loading
Loading
+1 −1
Changes for module/Oscar/src/Oscar/Entity/ConventionModele.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ class ConventionModele
     *
     * @var \Doctrine\Common\Collections\ArrayCollection
     * @ORM\OneToMany(targetEntity="ConventionModeleEtape", mappedBy="conventionModele", cascade={"remove"}, fetch="EAGER")
     * @ORM\OrderBy({"titre" = "ASC"})
     * @ORM\OrderBy({"dateCreated" = "ASC"})
     */
    public $etapes;