Add new REST ressources.
[Project_proches_de_moi-server.git] / src / Entity / Localisation.php
index 25ee27e7634e01b342df0d8319a73af27951995c..6e86eba4caddb67373b45083e4ab3a5408240e62 100644 (file)
@@ -14,7 +14,7 @@ class Localisation
     /**
      * @ORM\Id
      * @ORM\Column(type="bigint")
-     * @ORM\GeneratedValue
+     * @ORM\GeneratedValue(strategy="AUTO")
      */
     protected $id;