Learner\Http\Controllers\Auth\AuthController::loginUsername PHP Method

loginUsername() protected method

Get the login username to be used by the controller.
protected loginUsername ( ) : string
return string
    protected function loginUsername()
    {
        return 'credential';
    }