X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/52fa9645ed8edd4a630e4d7c3382680863b9039d..67386c1992816b267b3c482352a6500dd1424e0c:/Entity/User.php diff --git a/Entity/User.php b/Entity/User.php index 5fc9217..8fb4105 100644 --- a/Entity/User.php +++ b/Entity/User.php @@ -271,7 +271,7 @@ class User implements UserInterface, \Serializable { /** * Get civility */ - public function getCivility(): Civility { + public function getCivility(): ?Civility { return $this->civility; }