HighSpeaker/vendor/illuminate/contracts/Auth/Middleware/AuthenticatesRequests.php

9 lines
99 B
PHP
Raw Permalink Normal View History

2022-12-24 19:40:40 +05:30
<?php
namespace Illuminate\Contracts\Auth\Middleware;
interface AuthenticatesRequests
{
//
}