Another OR statement in GrayLog API (#15246)

* Another OR statement in GL-api

* try again to fix linting issue

* yet more linting issues

* Cannot fix me being an idiot
This commit is contained in:
Hans Erasmus
2023-08-25 14:56:29 +02:00
committed by GitHub
parent 93d7286381
commit 4fc27d98e9

View File

@@ -120,6 +120,7 @@ class GraylogApi
$device->hostname,
$device->displayName(),
$device->ip,
$device->sysName,
]);
if (Config::get('graylog.match-any-address')) {