Skip to content

Commit e63f6c4

Browse files
authored
Update SettingController.php
1 parent 75f4779 commit e63f6c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/modules/common/views/addons/template/controllers/SettingController.php

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

88
use Yii;
99
use common\helpers\ArrayHelper;
10-
use <?= $appID;?>\interfaces\AddonsSetting;
10+
use common\interfaces\AddonsSetting;
1111
use addons\<?= $model->name;?>\common\models\SettingForm;
1212

1313
/**
@@ -35,4 +35,4 @@ public function actionDisplay()
3535
'model' => $model,
3636
]);
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)