Skip to content

Commit

Permalink
Added label attribute to the Tariff model
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Apr 11, 2016
1 parent 34d1496 commit 5393501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Tariff.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function rules()
[['type_id', 'state_id'], 'integer'],
[['type', 'state'], 'safe'],
[['used'], 'integer'],
[['note'], 'safe'],
[['note', 'label'], 'safe'],
];
}

Expand Down

0 comments on commit 5393501

Please sign in to comment.