CustomVariableCache: Remove redundant destructor

Property `$db` is not declared for it to be unset
This commit is contained in:
raviks789 2023-08-31 11:16:58 +02:00 committed by Thomas Gelf
parent 98f6768dcb
commit dec1951774

View File

@ -76,9 +76,4 @@ class CustomVariableCache
return new CustomVariables();
}
}
public function __destruct()
{
unset($this->db);
}
}