We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2cc73 commit 34435d4Copy full SHA for 34435d4
Editable.php
@@ -2,10 +2,10 @@
2
3
namespace yii2mod\editable;
4
5
-use kartik\helpers\Html;
6
use yii\base\InvalidConfigException;
7
use yii\db\ActiveRecordInterface;
8
use yii\helpers\ArrayHelper;
+use yii\helpers\Html;
9
use yii\helpers\Json;
10
use yii\helpers\Url;
11
use yii\web\JsExpression;
@@ -175,4 +175,4 @@ protected function hasActiveRecord()
175
{
176
return $this->hasModel() && $this->model instanceof ActiveRecordInterface;
177
}
178
-}
+}
0 commit comments