mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 11:52:51 +00:00
调整析构函数
This commit is contained in:
parent
703baa519d
commit
3f6ef14020
@ -414,9 +414,4 @@ class UploadService
|
|||||||
if (substr($savePath, 0, 2) == './') return substr($savePath, 1, strlen($savePath));
|
if (substr($savePath, 0, 2) == './') return substr($savePath, 1, strlen($savePath));
|
||||||
return DS . $savePath;
|
return DS . $savePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function __destruct()
|
|
||||||
{
|
|
||||||
// TODO: Implement __destruct() method.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@ -208,9 +208,4 @@ CONTENT;
|
|||||||
{
|
{
|
||||||
return $this->content;
|
return $this->content;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function __destruct()
|
|
||||||
{
|
|
||||||
// TODO: Implement __destruct() method.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user