mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-13 10:48:11 +01:00
fix for #9027 - UploadedFile - class instance is created on demand when getInstance or getInstances called, not when loadFiles called
10 lines
117 B
PHP
10 lines
117 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\web\stubs;
|
|
|
|
use yii\web\UploadedFile;
|
|
|
|
class VendorImage extends UploadedFile
|
|
{
|
|
|
|
} |