Work on making country nullable. Presently the datamapper cant deal with it though...
[rock.divinelegy.git] / Domain / Entities / IUser.php
index 74d0c58..e26d697 100644 (file)
@@ -18,5 +18,5 @@ interface IUser
     public function getQuota();\r
     \r
     public function setDisplayName($displayName);\r
-    public function setCountry(ICountry $country);\r
+    public function setCountry(ICountry $country = null);\r
 }\r