dever 3 years ago
parent
commit
a878dad0a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Lib/Input.php

+ 1 - 1
src/Lib/Input.php

@@ -248,7 +248,7 @@ class Input
         return array($html, $type, $div, $style, $yun);
     }
 
-    private function uploadParam($param)
+    private static function uploadParam($param)
     {
         if (isset($param['upload_key'])) {
             $param['key'] = $param['upload_key'];