mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-03 22:51:37 +08:00
12 lines
133 B
PHP
12 lines
133 B
PHP
<?php
|
|
|
|
namespace app\middleware;
|
|
|
|
class PermissionAuth
|
|
{
|
|
public function handle($request, \Closure $next)
|
|
{
|
|
|
|
}
|
|
}
|