Refactor
This commit is contained in:
parent
6fe88456ca
commit
aa08f702b2
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ final class Guests implements \Countable, \IteratorAggregate, \Stringable {
|
|||
/**
|
||||
* @param Guest[] $guests
|
||||
*/
|
||||
public static function new(array $guests): self {
|
||||
public static function fromGuests(array $guests): self {
|
||||
return new self($guests);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue