소스 검색

删除析构函数

liaofei 6 년 전
부모
커밋
d4a9b37aa3
2개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 5
      crmeb/crmeb/services/UploadService.php
  2. 0 5
      crmeb/crmeb/services/YLYService.php

+ 0 - 5
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.
-    }
 }

+ 0 - 5
crmeb/crmeb/services/YLYService.php

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