X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/52fa9645ed8edd4a630e4d7c3382680863b9039d..efbfa35585b0cf29d0f6f8b0d47c5ac9218f0ab9:/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; }