master

laravel/framework

Last updated at: 29/12/2023 09:24

ValidateCsrfToken.php

TLDR

This file is an alias of the VerifyCsrfToken class from the Illuminate\Foundation\Http\Middleware namespace.

Classes

ValidateCsrfToken

This class is an alias of the VerifyCsrfToken class. It provides an extra level of consistency in the naming conventions used in the codebase.

<?php

namespace Illuminate\Foundation\Http\Middleware;

/**
 * Alias of VerifyCsrfToken for consistency.
 */
class ValidateCsrfToken extends VerifyCsrfToken
{
    //
}