AuthenticatesRequests.php 99 Bytes
<?php

namespace Illuminate\Contracts\Auth\Middleware;

interface AuthenticatesRequests
{
    //
}