40], [['user_name'], 'unique'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'user_name' => 'User Name', 'ip' => 'Ip', 'login_time' => 'Login Time', 'is_admin' => 'Is Admin', 'times' => 'Times', ]; } }