改名
This commit is contained in:
@@ -59,6 +59,17 @@ class Producer extends Component
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $groupId
|
||||||
|
* @return Producer
|
||||||
|
*/
|
||||||
|
public function setGroupId(string $groupId): static
|
||||||
|
{
|
||||||
|
$this->conf->set('group.id', $groupId);
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $servers
|
* @param $servers
|
||||||
* @return Producer
|
* @return Producer
|
||||||
|
|||||||
Reference in New Issue
Block a user