mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
minor correction following MR review + Changelog
This commit is contained in:
@@ -67,7 +67,7 @@ class PostalCode
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(type="string", length=255, nullable=true)
|
||||
* @groups({"write", "read"})
|
||||
* @groups({"read"})
|
||||
*/
|
||||
private $refPostalCodeId;
|
||||
|
||||
@@ -75,7 +75,7 @@ class PostalCode
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(type="string", length=255, nullable=true)
|
||||
* @groups({"write", "read"})
|
||||
* @groups({"read"})
|
||||
*/
|
||||
private $postalCodeSource;
|
||||
|
||||
@@ -83,7 +83,7 @@ class PostalCode
|
||||
* @var Point
|
||||
*
|
||||
* @ORM\Column(type="point", nullable=true)
|
||||
* @groups({"write", "read"})
|
||||
* @groups({"read"})
|
||||
*/
|
||||
private $center;
|
||||
|
||||
|
Reference in New Issue
Block a user