mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
+3
-1
@@ -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'];
|
||||
Reference in New Issue
Block a user