mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Linemessagingapi class name (#15356)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user