Work on making country nullable. Presently the datamapper cant deal with it though...
[rock.divinelegy.git] / Domain / Entities / UserFactory.php
index f2e650d..0830209 100644 (file)
@@ -21,7 +21,7 @@ interface IUserFactory
 class UserFactory implements IUserFactory\r
 {\r
     public function createInstance(\r
-        ICountry $country,\r
+        ICountry $country = null,\r
         $displayName,\r
         IName $name,\r
         array $tags,\r