master

laravel/framework

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

AuthenticatesSessions.php

TLDR

This file defines an interface AuthenticatesSessions in the namespace Illuminate\Contracts\Session\Middleware. The purpose of this interface is not specified in the file.

<?php

namespace Illuminate\Contracts\Session\Middleware;

interface AuthenticatesSessions
{
    //
}