重新编排.gitignnore规则
This commit is contained in:
11
Server/application/http/middleware/jwt.php
Normal file
11
Server/application/http/middleware/jwt.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\http\middleware;
|
||||
|
||||
/**
|
||||
* JWT中间件别名
|
||||
* 解决类不存在: app\http\middleware\jwt的问题
|
||||
*/
|
||||
class jwt extends JwtAuth
|
||||
{
|
||||
// 继承JwtAuth的所有功能
|
||||
}
|
||||
Reference in New Issue
Block a user