Fix Linemessagingapi class name (#15356)

This commit is contained in:
Tony Murray
2023-09-27 13:49:12 -05:00
committed by GitHub
parent 36cc6c3237
commit 803e7c0004

View File

@@ -10,11 +10,10 @@
namespace LibreNMS\Alert\Transport;
use LibreNMS\Alert\Transport;
use LibreNMS\Config;
use LibreNMS\Exceptions\AlertTransportDeliveryException;
use LibreNMS\Util\Http;
class LineMessagingAPI extends Transport
class Linemessagingapi extends Transport
{
protected string $name = 'LINE Messaging API';