From 3f6ef14020582eb46ebaf05e8473405ecb18c09d Mon Sep 17 00:00:00 2001 From: liaofei <136327134@qq.com> Date: Mon, 9 Dec 2019 17:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9E=90=E6=9E=84=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/crmeb/services/UploadService.php | 5 ----- crmeb/crmeb/services/YLYService.php | 5 ----- 2 files changed, 10 deletions(-) diff --git a/crmeb/crmeb/services/UploadService.php b/crmeb/crmeb/services/UploadService.php index 326ef068..c8856c9d 100644 --- a/crmeb/crmeb/services/UploadService.php +++ b/crmeb/crmeb/services/UploadService.php @@ -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. - } } \ No newline at end of file diff --git a/crmeb/crmeb/services/YLYService.php b/crmeb/crmeb/services/YLYService.php index bc7ea348..487248ac 100644 --- a/crmeb/crmeb/services/YLYService.php +++ b/crmeb/crmeb/services/YLYService.php @@ -208,9 +208,4 @@ CONTENT; { return $this->content; } - - protected function __destruct() - { - // TODO: Implement __destruct() method. - } } \ No newline at end of file