Added missing Config dependency (#8919)

This commit is contained in:
angryp
2018-07-18 15:12:33 +03:00
committed by Tony Murray
parent 4c8ec59098
commit 064ab1c297

View File

@@ -1,5 +1,6 @@
<?php
use LibreNMS\Config;
use LibreNMS\Authentication\Auth;
$sql = ' FROM `devices` AS D ';