From 803e7c00041b0811fb47e0fee86ce6fcf031fd65 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Wed, 27 Sep 2023 13:49:12 -0500 Subject: [PATCH] Fix Linemessagingapi class name (#15356) --- LibreNMS/Alert/Transport/Linemessagingapi.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LibreNMS/Alert/Transport/Linemessagingapi.php b/LibreNMS/Alert/Transport/Linemessagingapi.php index bbb1924d25..e1309afce1 100644 --- a/LibreNMS/Alert/Transport/Linemessagingapi.php +++ b/LibreNMS/Alert/Transport/Linemessagingapi.php @@ -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';