We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f4779 commit e63f6c4Copy full SHA for e63f6c4
1 file changed
backend/modules/common/views/addons/template/controllers/SettingController.php
@@ -7,7 +7,7 @@
7
8
use Yii;
9
use common\helpers\ArrayHelper;
10
-use <?= $appID;?>\interfaces\AddonsSetting;
+use common\interfaces\AddonsSetting;
11
use addons\<?= $model->name;?>\common\models\SettingForm;
12
13
/**
@@ -35,4 +35,4 @@ public function actionDisplay()
35
'model' => $model,
36
]);
37
}
38
-}
+}
0 commit comments