Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
php7.2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himiklab committed Nov 3, 2017
1 parent 1660151 commit 84bf7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions EasyThumbnail.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

namespace himiklab\thumbnail;

use yii\base\Object;
use yii\base\BaseObject;

/**
* EasyThumbnailImage global configuration component.
*
* @author HimikLab
* @package himiklab\thumbnail
*/
class EasyThumbnail extends Object
class EasyThumbnail extends BaseObject
{
const GRABBER_PHP = 1;
const GRABBER_CURL = 2;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2": "~2.0.13",
"yiisoft/yii2-imagine": "*"
},
"autoload": {
Expand Down

0 comments on commit 84bf7f2

Please sign in to comment.