rollback e544263510c8971ab32040cfb630b41388a50cbe

This commit is contained in:
yggverse 2024-05-07 08:50:00 +03:00
parent e544263510
commit 9f5680bec8

View File

@ -112,7 +112,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channelItem->title
)
) . PHP_EOL;
);
}
if ($channelItem->pubTime)
@ -185,7 +185,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channel->title
)
) . PHP_EOL;
);
}
if ($channel->description)
@ -202,7 +202,7 @@ class Nex implements MessageComponentInterface
\Yggverse\Pulsar\Model\Filter::string(
$channelItem->title
)
) . PHP_EOL;
);
if ($channelItem->description)
{