Removed unused destruct()

This commit is contained in:
Netkas 2023-02-28 22:18:43 -05:00
parent 2a0ba0eaf7
commit cc22e23a06

View file

@ -2333,19 +2333,4 @@
]);
return true;
}
/**
* Public Destructor
*/
public function __destruct()
{
try
{
$this->close();
}
catch(Exception $e)
{
unset($e);
}
}
}