Commit 8153e10e authored by Anthony Gautreau's avatar Anthony Gautreau
Browse files

typo

parent a0dc5503
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ class Cour
    #[ORM\Column(type: "string", length: 60)]
    private string $LIB_ELP;

    #Groups('read')]
    #[Groups('read')]
    #[ORM\Column(type: "string", length: 255, nullable: true)]
    private ?string $LIB_RDE = null;