master

laravel/framework

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

AuthenticatesRequests.php

TLDR

This file defines an interface for authentication middleware.

Classes

AuthenticatesRequests

This class is an interface that defines the contract for authentication middleware.

<?php

namespace Illuminate\Contracts\Auth\Middleware;

interface AuthenticatesRequests
{
    //
}