Rename JiraServiceManagement.php to Jiraservicemanagement.php (#15717)

* Rename JiraServiceManagement.php to Jiraservicemanagement.php

#15716 Filenames must not be PascalCase, only the first letter can be uppercase.

* Update Jiraservicemanagement.php

Following class name conventions

* Update Jiraservicemanagement.php

---------

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
Gil Obradors
2024-01-09 16:05:29 +01:00
committed by GitHub
parent 2a7892b4cc
commit 5856e2c6cd
@@ -6,8 +6,10 @@ use LibreNMS\Alert\Transport;
use LibreNMS\Exceptions\AlertTransportDeliveryException;
use LibreNMS\Util\Http;
class JiraServiceManagement extends Transport
class Jiraservicemanagement extends Transport
{
protected string $name = 'Jira Service Management';
public function deliverAlert(array $alert_data): bool
{
$url = $this->config['jsm-url'];