diff --git a/common/messages/hu/common/card_package.php b/common/messages/hu/common/card_package.php new file mode 100644 index 0000000..ea98afb --- /dev/null +++ b/common/messages/hu/common/card_package.php @@ -0,0 +1,20 @@ + Yii::t('common/ugiro_request_assignment', 'Updated At'), ]; } + + public function behaviors() + { + return ArrayHelper::merge( [ + [ + 'class' => TimestampBehavior::className(), + 'value' => function(){ return date('Y-m-d H:i:s' ); } + ], + ], parent::behaviors()); + } }