Work on making country nullable. Presently the datamapper cant deal with it though...
[rock.divinelegy.git] / Domain / Entities / UserBuilder.php
index 73eeb80..ad01c35 100644 (file)
@@ -23,7 +23,7 @@ class UserBuilder implements IUserBuilder
         $this->_userFactory = $userFactory;\r
     }\r
     \r
-    public function With_Country(ICountry $country) {\r
+    public function With_Country(ICountry $country = null) {\r
         $this->_country = $country;\r
         return $this;\r
     }\r