mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
CustomVarRendererHook: Remove unused param $object
This commit is contained in:
parent
84589f8833
commit
92c647e883
@ -69,7 +69,7 @@ abstract class CustomVarRendererHook
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return function ($key, $value) use ($hooks, $object) {
|
return function ($key, $value) use ($hooks) {
|
||||||
$newKey = $key;
|
$newKey = $key;
|
||||||
$newValue = $value;
|
$newValue = $value;
|
||||||
$group = null;
|
$group = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user