Learner\Http\Requests\UpdateAccountRequest::attributes PHP 메소드

attributes() 공개 메소드

Change attributes display name.
public attributes ( ) : array
리턴 array
    public function attributes()
    {
        return ['currentPassword' => '当前密码', 'password' => '新密码'];
    }