Minor correction
This commit is contained in:
parent
5be20b0e70
commit
f01df7b4c4
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue