@@ -35,7 +35,7 @@ |
||
| 35 | 35 | 'class' => EnumColumn::class, |
| 36 | 36 | 'attribute' => 'domain_id', |
| 37 | 37 | 'value' => function (MailerAlias $model) { |
| 38 | - return Html::a($model->domain->name, ['/mailer-domains/view', 'id' => $model->domain_id]); |
|
| 38 | + return Html::a($model->domain->name, ['/mailer-domains/view', 'id' => $model->domain_id]); |
|
| 39 | 39 | }, |
| 40 | 40 | 'enum' => $domainsList, |
| 41 | 41 | 'filter' => $domainsList, |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | 'fixture' => [ |
| 21 | 21 | 'class' => 'yii\console\controllers\FixtureController', |
| 22 | 22 | 'namespace' => 'common\fixtures', |
| 23 | - ], |
|
| 23 | + ], |
|
| 24 | 24 | ], |
| 25 | 25 | 'components' => [ |
| 26 | 26 | 'db' => [ |