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

get location can return null or a location

parent 3428008d
No related branches found
No related tags found
No related merge requests found
...@@ -207,7 +207,7 @@ class User implements JsonSerializable ...@@ -207,7 +207,7 @@ class User implements JsonSerializable
return $this->admins; return $this->admins;
} }
public function getLocation(): Location public function getLocation(): ?Location
{ {
return $this->location; return $this->location;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment