Skip to content

Commit 331a461

Browse files
authored
Merge pull request #9 from RichWeber/patch-1
Synchronized with Yii 2.0.13 & PHP 7.2
2 parents f12f22f + 00e0b9e commit 331a461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UploadFromUrl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use yii\db\ActiveRecord;
1515
use yii\helpers\FileHelper;
1616
use yii\base\Exception;
17-
use yii\base\Object;
17+
use yii\base\BaseObject;
1818

1919
/**
2020
* UploadFileByURL represents the information for an file by url address.
@@ -27,7 +27,7 @@
2727
* @author Skliar Ihor <skliar.ihor@gmail.com>
2828
* @since 1.0
2929
*/
30-
class UploadFromUrl extends Object
30+
class UploadFromUrl extends BaseObject
3131
{
3232
/**
3333
* @var string the original name of the file being uploaded

0 commit comments

Comments
 (0)