mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-13 07:00:08 +01:00
9 lines
99 B
PHP
9 lines
99 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Contracts\Auth\Middleware;
|
||
|
|
||
|
interface AuthenticatesRequests
|
||
|
{
|
||
|
//
|
||
|
}
|