修改中间件

This commit is contained in:
JaguarJack
2019-01-21 10:43:44 +08:00
parent b1efecb351
commit 8a31920b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
namespace app\http\middleware;
class checkLogin
class CheckLogin
{
public function handle($request, \Closure $next)
{