X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FEntity%2FLocalisation.php;h=6e86eba4caddb67373b45083e4ab3a5408240e62;hb=c4fba949ce8e98cadb9222a202b9e24b52dcb7f8;hp=25ee27e7634e01b342df0d8319a73af27951995c;hpb=3d47ccc80097bec1a6890e103357d7c7cf0cff87;p=Project_proches_de_moi-server.git diff --git a/src/Entity/Localisation.php b/src/Entity/Localisation.php index 25ee27e..6e86eba 100644 --- a/src/Entity/Localisation.php +++ b/src/Entity/Localisation.php @@ -14,7 +14,7 @@ class Localisation /** * @ORM\Id * @ORM\Column(type="bigint") - * @ORM\GeneratedValue + * @ORM\GeneratedValue(strategy="AUTO") */ protected $id;