diff --git a/common/models/Social.php b/common/models/Social.php new file mode 100644 index 0000000..a9669d2 --- /dev/null +++ b/common/models/Social.php @@ -0,0 +1,48 @@ + 255] + ]; + } + + /** + * @inheritdoc + */ + public function attributeLabels() + { + return [ + 'social_id' => Yii::t('app', 'Social ID'), + 'social_name' => Yii::t('app', 'Social Name'), + 'social_user_id' => Yii::t('app', 'Social User ID'), + 'user_id' => Yii::t('app', 'User ID'), + ]; + } +} -- libgit2 0.21.4