Skip to content
Snippets Groups Projects
Commit 3428008d authored by Moreau Elise's avatar Moreau Elise
Browse files

add setter in location entity

parent 61ce5617
Branches
No related tags found
No related merge requests found
......@@ -70,6 +70,17 @@ class Location implements JsonSerializable
return $this->longitude;
}
public function setLatitude($latitude)
{
$this->latitude = $latitude;
}
public function setLongitude($longitude)
{
$this->longitude = $longitude;
}
/**
* @return array
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment