Crawler UserFactory fix.
This commit is contained in:
parent
fbea7ffe4e
commit
99888794ef
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue