mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
缺少权限验证
This commit is contained in:
11
app/middleware/PermissionAuth.php
Normal file
11
app/middleware/PermissionAuth.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\middleware;
|
||||
|
||||
class PermissionAuth
|
||||
{
|
||||
public function handle($request, \Closure $next)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user