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
{
//
}