@@ -18,7 +18,7 @@ |
||
| 18 | 18 | /** |
| 19 | 19 | * @inheritdoc |
| 20 | 20 | */ |
| 21 | - public function run() |
|
| 21 | + public function run() |
|
| 22 | 22 | { |
| 23 | 23 | $url = Yii::$app->getModule('discordapp')->getServerUrl() . '/widget?id='; |
| 24 | 24 | return $this->render('discordappframe', ['discordappUrl' => $url]); |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | - return [ |
|
| 3 | - '<strong>Discord</strong> Chat' => '<strong>Discord</strong> チャット', |
|
| 4 | - 'Discord Settings' => 'Discord 設定', |
|
| 5 | - 'Discord Widget URL:' => 'Discord ウィジェットURL:', |
|
| 6 | - '<strong>Discord</strong> module configuration' => '<strong>Discord</strong> モジュール構成', |
|
| 7 | - 'Save' => 'セーブ', |
|
| 8 | - ]; |
|
| 2 | + return [ |
|
| 3 | + '<strong>Discord</strong> Chat' => '<strong>Discord</strong> チャット', |
|
| 4 | + 'Discord Settings' => 'Discord 設定', |
|
| 5 | + 'Discord Widget URL:' => 'Discord ウィジェットURL:', |
|
| 6 | + '<strong>Discord</strong> module configuration' => '<strong>Discord</strong> モジュール構成', |
|
| 7 | + 'Save' => 'セーブ', |
|
| 8 | + ]; |
|
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | /** |
| 8 | 8 | * ConfigureForm defines the configurable fields. |
| 9 | - |
|
| 10 | 9 | */ |
| 11 | 10 | class ConfigureForm extends \yii\base\Model |
| 12 | 11 | { |