Lucius Vorenus
04/04/2023, 5:10 PMmake
function requires the value first.
public static function make(string|int $value, string $label, bool $selectable = true): self
{
return new self($value, $label, $selectable);
}
https://cdn.discordapp.com/attachments/811986149064441927/1092858658334974012/Screenshot_from_2023-04-04_18-04-51.png▾
ifox
04/04/2023, 8:51 PMLucius Vorenus
04/05/2023, 9:27 AMifox
04/05/2023, 9:57 AM