Skip to content
Permalink
Browse files
Update User.php
  • Loading branch information
nazimr committed Jan 3, 2022
1 parent 19c9dd2 commit aad3b8c
Showing 1 changed file with 9 additions and 0 deletions.
@@ -37,6 +37,15 @@ public static function tableName()
{
return '{{%user}}';
}

public function attributeLabels()
{
return [

'password_hash' => 'Password',

];
}

/**
* {@inheritdoc}

0 comments on commit aad3b8c

Please sign in to comment.