mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-29 00:34:35 +02:00
Ivan - Remove unset($this), that task should be done by the garbage collector. It doesn't work for php 7.1
This commit is contained in:
parent
d0517e8590
commit
911f457fbf
@ -134,7 +134,6 @@ abstract class DataStore {
|
||||
|
||||
public function delete() {
|
||||
RedBean::trash($this->getBeanInstance());
|
||||
unset($this);
|
||||
}
|
||||
|
||||
public function getBeanInstance() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user