X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=src%2FEntity%2FLocalisation.php;fp=src%2FEntity%2FLocalisation.php;h=6e86eba4caddb67373b45083e4ab3a5408240e62;hp=25ee27e7634e01b342df0d8319a73af27951995c;hb=c4fba949ce8e98cadb9222a202b9e24b52dcb7f8;hpb=787fc3b74e498cb78f516e372827790ba78920ac 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;