Minor correction

This commit is contained in:
netkas 2025-03-11 15:08:48 -04:00
parent 5be20b0e70
commit f01df7b4c4
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -90,7 +90,7 @@
{ {
if($channelUuid === null) if($channelUuid === null)
{ {
$channelUUid = Uuid::v4()->toRfc4122(); $channelUuid = Uuid::v4()->toRfc4122();
} }
elseif(!Validator::validateUuid($channelUuid)) elseif(!Validator::validateUuid($channelUuid))
{ {