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