mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12120)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// It would be interesting to know where this is used. It probably should have its own API.
|
||||
use LibreNMS\ObjectCache;
|
||||
|
||||
$devices = new ObjectCache('devices');
|
||||
$ports = new ObjectCache('ports');
|
||||
$devices = new ObjectCache('devices');
|
||||
$ports = new ObjectCache('ports');
|
||||
$services = new ObjectCache('services');
|
||||
|
||||
if ($devices['down']) {
|
||||
|
||||
Reference in New Issue
Block a user