Learner\Http\Controllers\BaseController::redirectBackWithErrors PHP Метод

redirectBackWithErrors() защищенный Метод

Redirect to back with errors.
protected redirectBackWithErrors ( array $errors = null ) : Illuminate\Http\RedirectResponse
$errors array
Результат Illuminate\Http\RedirectResponse
    protected function redirectBackWithErrors($errors = null)
    {
        return redirect()->back()->withInput()->withErrors($errors);
    }