@@ -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 | { |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | - return [ |
|
4 | - '<strong>Twitch</strong> Chat' => '<strong>Twitch</strong> Chat', |
|
5 | - 'Discord Settings' => 'Twitch Settings', |
|
6 | - 'Twitch URL:' => 'Twitch URL:', |
|
7 | - '<strong>Twitch</strong> module configuration' => '<strong>Twitch</strong> module configuration', |
|
8 | - 'Save' => 'Save', |
|
9 | - ]; |
|
3 | + return [ |
|
4 | + '<strong>Twitch</strong> Chat' => '<strong>Twitch</strong> Chat', |
|
5 | + 'Discord Settings' => 'Twitch Settings', |
|
6 | + 'Twitch URL:' => 'Twitch URL:', |
|
7 | + '<strong>Twitch</strong> module configuration' => '<strong>Twitch</strong> module configuration', |
|
8 | + 'Save' => 'Save', |
|
9 | + ]; |
@@ -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('twitchtv')->getServerUrl() . '/embed/'; |
24 | 24 | return $this->render('twitchtvframe', ['twitchtvUrl' => $url]); |