Learner\Http\Requests\UpdateProfileRequest::attributes PHP Method

attributes() public method

Change attributes display name.
public attributes ( ) : array
return array
    public function attributes()
    {
        return ['username' => '用户名', 'nickname' => '昵称'];
    }