App\Http\Controllers\Frontend\Auth\ResetPasswordController::redirectPath PHP Méthode

redirectPath() public méthode

Where to redirect users after resetting password
public redirectPath ( ) : string
Résultat string
    public function redirectPath()
    {
        return route('frontend.index');
    }