Explorar o código

Fix legal entity to add autoincrement strategy - refs CT#7909

Yannick Warnier %!s(int64=9) %!d(string=hai) anos
pai
achega
5fe84e0866
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Chamilo/CoreBundle/Entity/Legal.php

+ 1 - 1
src/Chamilo/CoreBundle/Entity/Legal.php

@@ -52,7 +52,7 @@ class Legal
      *
      * @ORM\Column(name="legal_id", type="integer")
      * @ORM\Id
-     * @ORM\GeneratedValue(strategy="NONE")
+     * @ORM\GeneratedValue(strategy="AUTO")
      */
     private $legalId;