Crawler UserFactory fix.

This commit is contained in:
Alexey Skobkin 2017-01-09 21:46:56 +03:00
parent fbea7ffe4e
commit 99888794ef
1 changed files with 1 additions and 1 deletions

View File

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