删除析构函数

This commit is contained in:
liaofei 2019-12-09 17:47:49 +08:00
parent 9a3f92be4c
commit d4a9b37aa3
2 changed files with 0 additions and 10 deletions

View File

@ -414,9 +414,4 @@ class UploadService
if (substr($savePath, 0, 2) == './') return substr($savePath, 1, strlen($savePath));
return DS . $savePath;
}
protected function __destruct()
{
// TODO: Implement __destruct() method.
}
}

View File

@ -208,9 +208,4 @@ CONTENT;
{
return $this->content;
}
protected function __destruct()
{
// TODO: Implement __destruct() method.
}
}