Skip to content

Commit 34435d4

Browse files
author
Igor Chepurnoy
committed
Update Editable.php
1 parent ed2cc73 commit 34435d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Editable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace yii2mod\editable;
44

5-
use kartik\helpers\Html;
65
use yii\base\InvalidConfigException;
76
use yii\db\ActiveRecordInterface;
87
use yii\helpers\ArrayHelper;
8+
use yii\helpers\Html;
99
use yii\helpers\Json;
1010
use yii\helpers\Url;
1111
use yii\web\JsExpression;
@@ -175,4 +175,4 @@ protected function hasActiveRecord()
175175
{
176176
return $this->hasModel() && $this->model instanceof ActiveRecordInterface;
177177
}
178-
}
178+
}

0 commit comments

Comments
 (0)