mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
11 lines
123 B
PHP
11 lines
123 B
PHP
<?php
|
|
|
|
namespace app\http\middleware;
|
|
|
|
class AdminLog
|
|
{
|
|
public function handle($request, \Closure $next)
|
|
{
|
|
}
|
|
}
|