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