Work on making country nullable. Presently the datamapper cant deal with it though...
[rock.divinelegy.git] / Domain / Entities / IUserBuilder.php
index bb5ca03..38e67aa 100644 (file)
@@ -7,7 +7,7 @@ use Domain\VOs\IName;
 \r
 interface IUserBuilder\r
 {\r
-    public function With_Country(ICountry $country);\r
+    public function With_Country(ICountry $country = null);\r
     public function With_DisplayName($name);\r
     public function With_Name(IName $name);\r
     public function With_Tags(array $tags);\r