mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-30 06:29:02 +08:00
pull origin
This commit is contained in:
@@ -28,8 +28,6 @@ use yii\helpers\Html;
|
||||
*/
|
||||
class UploadedFile extends Object
|
||||
{
|
||||
private static $_files;
|
||||
|
||||
/**
|
||||
* @var string the original name of the file being uploaded
|
||||
*/
|
||||
@@ -56,6 +54,8 @@ class UploadedFile extends Object
|
||||
*/
|
||||
public $error;
|
||||
|
||||
private static $_files;
|
||||
|
||||
|
||||
/**
|
||||
* String output.
|
||||
|
||||
Reference in New Issue
Block a user