Add missing import (#10741)

This commit is contained in:
Tony Murray
2019-10-24 13:37:18 +00:00
committed by GitHub
parent bd8cb826c6
commit fe0506c04c

View File

@@ -16,6 +16,7 @@
namespace LibreNMS\Alert\Transport;
use LibreNMS\Alert\Transport;
use LibreNMS\Config;
class Alerta extends Transport
{