Skip to content

Commit

Permalink
Object fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirase committed Dec 24, 2019
1 parent a84de1b commit dad3392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodeFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace yii\gii;

use Yii;
use yii\base\Object;
use yii\base\BaseObject;
use yii\gii\components\DiffRendererHtmlInline;
use yii\helpers\Html;

Expand All @@ -22,7 +22,7 @@
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class CodeFile extends Object
class CodeFile extends BaseObject
{
/**
* The code file is new.
Expand Down

0 comments on commit dad3392

Please sign in to comment.