Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Feb 11, 2020
1 parent 8bc7026 commit fc18925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/controllers/AdminCurrencyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use skeeks\cms\money\models\MoneyCurrency;
use skeeks\yii2\form\fields\BoolField;
use yii\helpers\ArrayHelper;
use yii\helpers\Html;
/**
* @author Semenov Alexander <[email protected]>
*/
Expand Down Expand Up @@ -66,9 +65,10 @@ public function actions()

],
'columns' => [
'custom' => [
'custom' => [
'attribute' => 'name',
'class' => DefaultActionColumn::class,
'viewAttribute' => 'asText',
'class' => DefaultActionColumn::class,
],

'is_active' => [
Expand Down

0 comments on commit fc18925

Please sign in to comment.