Skip to content

Commit

Permalink
abstract LnmsCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Feb 15, 2019
1 parent 191c05a commit 76ab676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibreNMS/Interfaces/Alert/Transport.php
Expand Up @@ -31,7 +31,7 @@ interface Transport
* Gets called when an alert is sent
*
* @param $alert_data array An array created by DescribeAlert
* @param $opts array|true The options from $config['alert']['transports'][$transport]
* @param $opts array|true The options from the alert_transports transport_config column
* @return mixed Returns if the call was successful
*/
public function deliverAlert($alert_data, $opts);
Expand Down

0 comments on commit 76ab676

Please sign in to comment.