remove unneeded destruct methods as GC has higher performance (#6631)

Co-authored-by: Tim Fry <tim@voipstratus.com>
This commit is contained in:
frytimo
2023-04-27 20:18:53 -06:00
committed by GitHub
co-authored by Tim Fry
parent c0443e4da9
commit 69bd42af05
67 changed files with 0 additions and 655 deletions
-6
View File
@@ -53,12 +53,6 @@
}
public function __destruct() {
foreach ($this as $key => $value) {
unset($this->$key);
}
}
public function get_domain_uuid() {
return $this->domain_uuid;
}