mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
CustomVariableCache
: Remove redundant destructor
Property `$db` is not declared for it to be unset
This commit is contained in:
parent
98f6768dcb
commit
dec1951774
@ -76,9 +76,4 @@ class CustomVariableCache
|
||||
return new CustomVariables();
|
||||
}
|
||||
}
|
||||
|
||||
public function __destruct()
|
||||
{
|
||||
unset($this->db);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user