1
0
mirror of https://gitee.com/apiadmin/ApiAdmin.git synced 2025-04-24 10:20:16 +08:00
2019-05-15 18:22:53 +08:00

11 lines
122 B
PHP

<?php
namespace app\http\middleware;
class ApiAuth
{
public function handle($request, \Closure $next)
{
}
}