Crawler UserFactory fix.

This commit is contained in:
Alexey Skobkin 2017-01-09 21:46:56 +03:00
parent fbea7ffe4e
commit 99888794ef

View file

@ -124,7 +124,7 @@ class User
return $this->login; return $this->login;
} }
public function setName(string $name): self public function setName(string $name = null): self
{ {
$this->name = $name; $this->name = $name;