@@ -74,14 +74,14 @@ |
||
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | if($model->checkSpoof){ |
| 77 | - $columns[] =[ |
|
| 78 | - 'attribute'=> 'isValidSpoofCheck', |
|
| 79 | - 'format'=>'boolean', |
|
| 80 | - 'contentOptions' => function ($model) { |
|
| 81 | - /** @var EmailAddress $model */ |
|
| 82 | - return ['class' => (!$model->isValidSpoofCheck ? 'danger text-danger': 'text-success')]; |
|
| 83 | - }, |
|
| 84 | - ]; |
|
| 77 | + $columns[] =[ |
|
| 78 | + 'attribute'=> 'isValidSpoofCheck', |
|
| 79 | + 'format'=>'boolean', |
|
| 80 | + 'contentOptions' => function ($model) { |
|
| 81 | + /** @var EmailAddress $model */ |
|
| 82 | + return ['class' => (!$model->isValidSpoofCheck ? 'danger text-danger': 'text-success')]; |
|
| 83 | + }, |
|
| 84 | + ]; |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | ?> |