X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=src%2FEntity%2FPerson.php;h=934b2be550db9866fda3b712ed807ae994ae6da4;hp=91ffc15938e668db97b2eddcdc2cacfa40252e34;hb=eaccb96ea30d1e2f0789ab34d87deb8049df62b9;hpb=d70022a0a4329a97ee2f996678801d824dbe818c diff --git a/src/Entity/Person.php b/src/Entity/Person.php index 91ffc15..934b2be 100644 --- a/src/Entity/Person.php +++ b/src/Entity/Person.php @@ -10,10 +10,6 @@ use JMS\Serializer\Annotation\Expose; * @ORM\Entity() * @ORM\Table(name="Person", indexes={@ORM\Index(name="authentification_idx", columns={"email", "password"}), * @ORM\Index(name="search_idx", columns={"firstname", "lastname", "email"})}); - * The following annotations tells the serializer to skip all properties which - * have not marked with @Expose. - * - * @ExclusionPolicy("all") */ class Person {